asp.net - Is it possible to checkout files from subversion without those .svn folders? -


Is it possible to checkout files without severing those .svn folders? (To publish a .NET application to release the server).

Yes. Just export

svn exported REV URL path

The contents of the URL will be placed in PATH. (Path is modified and optional.)

Obviously, you should not use this command to start working on files.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -