SVN add all files and folders in current working directory (import)


/ Published in: SVN
Save to your folder(s)

Don't forget to commit afterward.


Copy this code and paste it in your HTML
  1. svn status | grep "^\?" | awk '{print $2}' | xargs svn add

Report this snippet


Comments


You need to login to view comments.