[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: Michal Dobisek <michal.dobisek_at_polarion.com>
Date: 2006-02-15 13:59:36 CET

> > Is there any other (correct) way how to perform URL->WC copy with
Tortoise?
>
> May be I'm a bit slow today but what exactly means "URL->WC copy"?
>
> The closest thing that comes in my mind is creating a branch/tag...
> but it could be a kind of "WC->URL" copy, not the other way around.

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.

Best,

Michal

(please CC me in the reply, since I am not in the users mailing list)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Feb 15 14:19:17 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.