You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lira Olavo <Ol...@gemalto.com> on 2007/02/20 22:15:01 UTC

TAG and svn:external with -r

Hello All, 

	I'm facing a big problem (at least for me and my company). I use
svn:externals to link a project A in repository 1 to project B in
repository 2.

	But when I do a TAG in project A it still points to the last
revision of project B. Normally I think I can solve this if I include a
-r XXX in the svn:externals, but the problem is that, of course, I can't
do it manually. 

	Does anyone know how to solve it using a pre or pos commit hook?
Or maybe using something else?

	Please I'm in a deep rush to solve this problem and any ideas
are VERY welcome!

Thanks in advance!

==========
Olavo Lira

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: TAG and svn:external with -r

Posted by Lira Olavo <Ol...@gemalto.com>.
Hello Ryan, 

	Thank for answering me. I saw already this script but this is on
the client side and we use subclipse. 
	I need a solution on the server side. I also find some people
talking about Piston, but I really found very weird that this
functionality is not yet available... There must be some one who has
already passed and solved this problem before right?

Thanks for the help, I really need to solve this issue here in my
company. Any help is greatly appreciated!

==========
Olavo Lira

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007a@ryandesign.com] 
Sent: Wednesday, February 21, 2007 1:23 AM
To: Lira Olavo
Cc: users@subversion.tigris.org
Subject: Re: TAG and svn:external with -r

On Feb 20, 2007, at 16:15, Lira Olavo wrote:

> 	I'm facing a big problem (at least for me and my company). I use
> svn:externals to link a project A in repository 1 to project B in
> repository 2.
>
> 	But when I do a TAG in project A it still points to the last
> revision of project B. Normally I think I can solve this if I  
> include a
> -r XXX in the svn:externals, but the problem is that, of course, I  
> can't
> do it manually.
>
> 	Does anyone know how to solve it using a pre or pos commit hook?
> Or maybe using something else?

Hooks aren't relevant here, but I believe if you use the svncopy.pl  
script to make the tag, then it will do this for you. Check it out.

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svncopy.pl.in


-- 

To reply to the mailing list, please use your mailer's Reply To All  
function


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: TAG and svn:external with -r

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Feb 20, 2007, at 16:15, Lira Olavo wrote:

> 	I'm facing a big problem (at least for me and my company). I use
> svn:externals to link a project A in repository 1 to project B in
> repository 2.
>
> 	But when I do a TAG in project A it still points to the last
> revision of project B. Normally I think I can solve this if I  
> include a
> -r XXX in the svn:externals, but the problem is that, of course, I  
> can't
> do it manually.
>
> 	Does anyone know how to solve it using a pre or pos commit hook?
> Or maybe using something else?

Hooks aren't relevant here, but I believe if you use the svncopy.pl  
script to make the tag, then it will do this for you. Check it out.

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svncopy.pl.in


-- 

To reply to the mailing list, please use your mailer's Reply To All  
function


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org