Use the -P option with cvs checkout.
authorWayne Davison <wayned@samba.org>
Fri, 3 Feb 2006 06:28:33 +0000 (06:28 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 3 Feb 2006 06:28:33 +0000 (06:28 +0000)
verify-patches

index 28d37b9..156afca 100755 (executable)
@@ -56,7 +56,7 @@ close OUT;
 
 unless ($no_cvs) {
     print "Using CVS to update the tmp/cvsdir copy of the source.\n";
-    system qq|cvs -d "$root" co -d cvsdir rsync|;
+    system qq|cvs -d "$root" co -P -d cvsdir rsync|;
 }
 
 @ARGV = glob('../*.diff') unless @ARGV;