SVN Checkout without .svn directories???

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

SVN Checkout without .svn directories???

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: SVN Checkout without .svn directories???

Post by Christopher »

You want: svn export
(#10850)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: SVN Checkout without .svn directories???

Post by alex.barylski »

Beauty...I just glazed over that command. :P

Thanks :)
Post Reply