You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joachim Armbruster <jo...@gmx.de> on 2008/02/18 20:09:14 UTC

Another question about structuring a repository

Hello,

is it somehow possible to have something like a "link" relative (or 
absolute) to another repository part of subversion? I know about the 
svnexternal property. But this is somehow a quite "hidden" feature and 
is not relative?!

My idea is to have something like

funcpart1
          -trunk
          -branch
          -tag

funcpart2
          -trunk
          -branch
          -tag

funcpart3
          -trunk
          -branch
          -tag

my_delivery
          -trunk
              -funcpart1 (--> ../funcpart1/tag/something)
              -funcpart2 (--> ../funcpart2/tag/something)
              -funcpart3 (--> ../funcpart3/tag/something)
    (and so on)


Is there a way that funcpartX/tag/something notices that it is used by 
my_delivery? (Forward History!) Ok, it might be easy to search about the 
name in the deliveries...

Any ideas about other ways to structure the shown configuration. (Think 
about that the folder my_delivery would be one folder for each project 
whose number can be easily more than 100...!)



-- 
mit freundlichen Grüßen,
		
		Joachim Armbruster
	


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

RE: Re: Another question about structuring a repository

Posted by "Bicking, David (HHoldings, IT)" <Da...@thehartford.com>.
> -----Original Message-----
> From: Joachim Armbruster [mailto:joachim.armbruster@gmx.de] 
> Blair Zajac schrieb:
> > ....
> 
> >
> >
> > So you'll easily be able to do this.
> >
> > svn doesn't have "link"s, just externals.
> >
> > Besides that, your structure looks fine.
> >
> > Regards,
> > Blair
> >
> 
> Hi,
> 
> is there some tool or config script (for Windows) which can 
> manage the externals properties, e.g. in a configuration 
> script? It would be pretty unhandy for our users to modify 
> them by hand, and also in Tortoise SVN the properties are way 
> to much away from a straight forward klick...
> 

I don't think there is.  Can you give an example of how you envision
such a utility would work? For several reasons (outlined here:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=70165
) I think it is a good thing that externals aren't ultra-easy to define.
In fact, I am in the process of ensuring that only a select few people
can actually set or modify this property because it is easily misused.

--
David


*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************


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


Re: Another question about structuring a repository

Posted by Joachim Armbruster <jo...@gmx.de>.
Blair Zajac schrieb:
> ....

>
>
> So you'll easily be able to do this.
>
> svn doesn't have "link"s, just externals.
>
> Besides that, your structure looks fine.
>
> Regards,
> Blair
>

Hi,

is there some tool or config script (for Windows) which can manage the 
externals properties, e.g. in a configuration script? It would be pretty 
unhandy for our users to modify them by hand, and also in Tortoise SVN 
the properties are way to much away from a straight forward klick...


-- 
mit freundlichen Grüßen,
		
		Joachim Armbruster
	


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

Re: Another question about structuring a repository

Posted by Blair Zajac <bl...@orcaware.com>.
Joachim Armbruster wrote:
> Hello,
> 
> is it somehow possible to have something like a "link" relative (or 
> absolute) to another repository part of subversion? I know about the 
> svnexternal property. But this is somehow a quite "hidden" feature and 
> is not relative?!
> 
> My idea is to have something like
> 
> funcpart1
>          -trunk
>          -branch
>          -tag
> 
> funcpart2
>          -trunk
>          -branch
>          -tag
> 
> funcpart3
>          -trunk
>          -branch
>          -tag
> 
> my_delivery
>          -trunk
>              -funcpart1 (--> ../funcpart1/tag/something)
>              -funcpart2 (--> ../funcpart2/tag/something)
>              -funcpart3 (--> ../funcpart3/tag/something)
>    (and so on)

Subversion 1.5 has relative svn:externals:

http://subversion.tigris.org/svn_1.5_releasenotes.html#relative-externals

So you'll easily be able to do this.

svn doesn't have "link"s, just externals.

Besides that, your structure looks fine.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<bl...@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/

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