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

delphi - Mouseover hint for TChart series value -

c++ - Linux and clipboard -

How to Create Master-Details view using Asp.Net MVC framework -