Monday, 15 February 2010

asp.net - Make a directory a working copy without checkout? -



asp.net - Make a directory a working copy without checkout? -

so doing project school problem school computers run deep freeze. there way can utilize svn , create directory working re-create without checking out? know how svn remembers if directory working copy? there config file can save on network drive?

thanks

svn knows if directory working re-create presence of hidden .svn directory contains info working copy.

as far working re-create without checking out, think can do checkout empty depth. svn command line:

class="lang-none prettyprint-override">svn checkout http://url/to/repository trunk --depth empty

this create working directory nil in it, , can later update pull content.

asp.net svn tortoisesvn visualsvn

No comments:

Post a Comment