Re: what mean "update to revision" windows dropbox "working copy" ?
From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Tue, 25 Jun 2013 09:25:20 -0400
On 6/23/2013 11:23 PM, gaohongyan wrote:
The way we work with Sparse Working Copies in our setup is as follows:
http://svnbook.red-bean.com/en/1.7/svn.advanced.sparsedirs.html
1. We create the initial working copy by doing a "svn checkout" and
svn checkout --depth files
The only files in the working-copy at this point will be a .svn folder
You can also do this checkout using the TortoiseSVN checkout dialog.
2. Now we want to bring down a project folder somewhere in the SVN
/projectA/subprojectX/trunk/src
In our particular example, we want Project A, sub-project Y to be
3. Start by right-clicking inside your existing sparse working copy.
4. Navigate to /projectA/subprojectY/trunk/docs in the Tortoise SVN
5. Right-click on the "docs" folder and choose "Update item to revision..."
6. What you choose to bring down here is a matter of taste. For our
- HEAD revision
Which will bring down the selected folder from the repository, stick it
In the cases where you might not want all of the children below the
7. When we are no longer interested in having a particular SVN folder in
As long as we did not have any uncommitted changes in our working copy,
-------
The important lessons when playing with working copies is that:
- When unsure, copy your working copy to another location, then try
- Working copies should be treated as temporary. All changed files in
(This is the biggest fight with our users. If they keep their working
- You can always create a new working copy to test out an idea. The
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.