I am trying to uncheckout certain repository in my SVN.
for example:
I did
svn co svn://address/project1/test test
I want to 'uncheckout
' the project and did something like
svn co svn://address/project1/test project1-test
Are there any better or faster way to do this? Thanks a log!