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 -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -