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

Comparing svn2cvs (file contents):
Revision 1.2 by nishi, Tue Oct 1 02:38:00 2024 UTC vs.
Revision 1.3 by nishi, Fri Oct 4 00:35:49 2024 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines