|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Fri Sep 12, 2014 12:18 pm Post subject: [svn] Do something with all svn status list files |
|
|
Code: | svn status | grep ^[AM] | awk '{print $2}' | zip ~/Desktop/cr -@ |
svn status returns ?, !, A, M, D for "unknown," "file missing," "added," "modified," and "deleted" respectively. it lists this info in column 1 and the file path in column 2.
Zip all new files (not yet added to SVN):
Code: | svn status | grep ^[?] | awk '{print $2}' | zip ~/newfiles.zip -@ |
Source
http://www.boowebb.com/easily-zip-chang...rking-copy |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Fri Sep 12, 2014 12:18 pm Post subject: [svn] Do something with all svn status list files |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Fri Sep 12, 2014 12:18 pm Post subject: [svn] Do something with all svn status list files |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|