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
Post a Comment