Wednesday, June 30, 2010

Svn Relocate syntax in Linux and windows

I was doing integration between svn with ldap through apache initially my server has been configured through svnserve, now we have been changing those in apache. 
Once the integration I was unable to take an update from the svnserve checkout source since its having reference from that protocol that time my colleague gave this idea to implement svn relocate and it works perfectly as per our requirement.

Syntax:-

Linux:-
Svn switch -relocate svn://domainname/yourprojectname/path
http://domainname/yourprojectname/path
 
Windows:- 
Use tortoise svn -> relocate option and change the URL.

No comments:

Post a Comment