diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-08 01:04:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-08 01:04:04 +0000 |
commit | ed9112860c8f5ccd57fff520d9146da20655fb25 (patch) | |
tree | ebfb2358e78efe96b457aa11deab0b653b714f58 | |
parent | 07b658055c7597bc12620ccd79e0300d7d25ee51 (diff) |
added -Pd to get new dirs
svn path=/trunk/; revision=4845
-rwxr-xr-x | scripts/update-developer-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index 0247fcb8..122e6e06 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -19,6 +19,6 @@ cd $cvs_root_dir for section in abstractions doc extensions externals packages scripts Gem GemLibs; do echo "$section" cd $section - cvs up + cvs up -Pd cd .. done |