ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/svn2cvs/svn2cvs
(Generate patch)

Comparing svn2cvs (file contents):
Revision 1.4 by nishi, Wed Oct 9 11:58:36 2024 UTC vs.
Revision 1.5 by nishi, Thu Oct 17 09:56:18 2024 UTC

# Line 81 | Line 81 | remove_left "$cvs" ""
81  
82   cd "$cvs"
83   if { "$added" != "" } {
84 <        exec -ignorestderr cvs add $added >/dev/stdout 2>@1
84 >        eval exec -ignorestderr cvs add \"[join $added "\" \""]\" >/dev/stdout 2>@1
85   }
86   if { "$removed" != "" } {
87 <        exec -ignorestderr cvs rm $removed >/dev/stdout 2>@1
87 >        eval exec -ignorestderr cvs rm \"[join $added "\" \""]\" >/dev/stdout 2>@1
88   }
89   exec -ignorestderr cvs ci -m "$log"
90   cd "$old"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines