Friday, July 13, 2007

SVN Commands

svn up -r1123
svn info
svn cleanup
svn commit
svn revert
svn copy -q -m "Created branch for Some New Integration" https://xyz.com/svn/project/trunk https://xyz.com/svn/project/branches/integration


SVN

Remove all .svn folders from the directory and all its sub-directories
==================
for dirname in `find . -name ".svn"`; do rm -Rf $dirname; done

F:\Program Files\Apache\Apache2\bin>htpasswd -m D:\svn\etc\svn-auth-file username


DAV svn
SVNPath d:/svn/tswb

AuthzSVNAccessFile d:/svn/tswb/conf/authz

AuthType Basic
AuthName "Subversion TSWB Repository"
AuthUserFile d:/svn/etc/svn-auth-file

Require valid-user

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home