[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: URL -> WC copy with TortoiseSVN (possible bug)

From: Milen A. Radev <milen_at_radev.net>
Date: 2006-02-15 19:11:05 CET

On 15/02/06, Michal Dobisek <michal.dobisek@polarion.com> wrote:
[...]
>
> URL->WC copy means (quoting SVN Book -
> http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.ref.svn.c.copy)
> "Check out URL into WC, and schedule it for addition."
>
> It's usefull if you perform some non-trivial modification in the repository
> structure and you want to do it as a single commit. A possible usecase is
> describeg e.g. in
> http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge.tags.mkcomplex.
>
> In my particular case, I was trying to create "tag" (I use quotes, because
> it's not a typical tag) for a release patch - the "tag" contains just the
> files, which were present in the release patch, it does not contain the
> whole structure. The method I used was this:
> 1) Checkout the "tags" folder (non-cecursively)
> 2) create the my_new_tag folder and necessary directory structure underneath
> 3) svn add my_new_tag
> 4) Now do URL->WC copy of files, which should be present in the "tag"
> 5) Commit the whole stuff
>
> I hope this makes sense.

I see. I missed that functionality - probably not need it.

I've tested it with the Repo-browser and it worked like a charm, but
only with several files selected:

1. checked out the "tags" folder from a test repository non-recursively
2. opened the Repo-browser and browsed to "trunk" folder
3. selected 3 files, right-clicked and selected "Copy to working copy..."
4. selected the newly created folder.

The problem is the "Copy to working copy..." command only appears when
I select multiple files and not when a single file is selected or if
there are any folders involved. Probably it is a bug.

--
Milen A. Radev
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Feb 15 19:11:29 2006

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.