SVN: Commands (Continued)

SVN command-line commands

SVN IGNORE

1. Navigate to the parent directory that you wish to edit
2. Type "svn propedit svn:ignore ."
3. In EMACS (default) type the directory/file name, ie.

build
*.txt
text_*.txt

SVN STATUS
1. Allows you to see the diff between local & server

SVN SWITCH

1. Allow you to switch the root directory repository location
2. Type "svn switch --relocate svn://1.2.3.4 svn://5.6.7.8"

SVN CHECKOUT
svn co [src url] [dest dir]
ie. svn co http://svn.collab.net/repos/svn/trunk svn

SVN: Authorization Failed
- You probably need to restart your SVN service
- You probably need to restart your Apache service

No comments: