Ben Collins-Sussman wrote:
> 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.
Uh, yeah right ... I managed to miss the fact that it was a wc-to-repos
copy.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 8 04:53:06 2007