Skip to content

Instantly share code, notes, and snippets.

@Amitesh
Created August 9, 2011 14:00
Show Gist options
  • Select an option

  • Save Amitesh/1134115 to your computer and use it in GitHub Desktop.

Select an option

Save Amitesh/1134115 to your computer and use it in GitHub Desktop.
svn command
svn checkout https://server.example.com/srv/svn/agaric myworkingcopyfolder
svn status
svn update
svn add yournewfilehere
svn add yournewdirectoryincludingfiles/
svn commit -m "I made changes. Woohoo." files1 files2
Use 'add' for only new file.
http://www.linuxfromscratch.org/blfs/edguide/chapter03.html#ch03-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment