On 9/25/07, Sylvain Viart <sylvain.viart@easyrencontre.com> wrote:
>
> Hi,
>
> Is it possible to update (not to switch or merge) to the same revision
> that were been copied into a tag?
>
> Ex:
>
> trunk_wc/file1 rev 123
> trunk_wc/file2 rev 129
>
> Mixed version wc...
>
> now I tag the wc using a copy.
>
> cd ..
> svn copy http://url//repos/tags/mytag trunk_wc
>
> Now, I would like to have in the trunk, the same that I've taged in mytag.
>
> ideally something like the :
>
>
> cd trunk_wc/
> svn up -r http://url//repos/tags/mytag
>
> Any idea?
The only way to update the trunk_wc is to update the files in the trunk in
the repository. This can be achieved only using copying files to trunk or
merging to trunk.
In this particular case though, you created the tag using the trunk_wc. So,
updating the trunk_wc using the tag (even if hypothetically it was possible)
would yield the same set of files, isn't it?
Thanks,
-Hari Kodungallur
Received on Tue Sep 25 19:13:33 2007