Page 1 of 1

SVN Checkout without .svn directories???

Posted: Sun Feb 10, 2008 2:07 pm
by alex.barylski
How do I checkout without the .svn directories???

Do I have to remove the manually:

Code: Select all

rm -r /.svn
How would I accomplish this task from command line?

Re: SVN Checkout without .svn directories???

Posted: Sun Feb 10, 2008 2:21 pm
by Christopher
You want: svn export

Re: SVN Checkout without .svn directories???

Posted: Sun Feb 10, 2008 2:57 pm
by alex.barylski
Beauty...I just glazed over that command. :P

Thanks :)