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

Re: [Subversion] : updating already created / available tag

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-01-08 04:42:24 CET

On 1/7/07, Branko Èibej <brane@xbc.nu> wrote:
> Ben Collins-Sussman wrote:
> > On 1/6/07, Ramanathan Muthaiah <rus.cahimb@gmail.com> wrote:
> >
> >> Now, how do I update the newly created tag "TAG-NAME" to include this
> >> change in file "A" as well as part of it.
> >>
> >
> > svn switch file://path/to/repos/tag/TAG-NAME
> > svn add A
> > svn commit
>
> Ah ... I'd have expected this to be a merge instead?
>
>

Didn't he say he had some local mods that needed to committing to a
particular repository location? Merges are all about re-applying
changes from one place in the repository to another. If you're trying
to apply as-of-yet-uncommitted working copy changes to some particular
repository location, I can't see how 'svn merge' would help.
Received on Mon Jan 8 04:42:32 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.