doing work on ubuntu server (no gui), that's mean svn without front end. here are the svn commands that save my day
* svn update -- get latest copy from svn
* svn propset svn:ignore filelist -- add file to ignore list
* svn commit -- commit new changes to svn
* svn add --force ./ -- recursively add new content
*svn revert filelist -- cancel added files
No comments:
Post a Comment