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

Re: Alternative Repository Layout

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-03-12 03:50:00 CET

HI !

On Fri, 12 Mar 2004 01:45:40 +0200, "Nuutti Kotivuori" <naked@iki.fi>
said:
> I wanted to check if I can still manage to mail to the dev list with
> this address, or if I need to start doing some quirks somewhere to
> make it happen. But instead of mailing pure noise, I snuck in a bit of
> signal as well.

Obviously, things worked fine :)

[snip]
> /
> utils/
> calc/
> calc-dev/
> calc-some-branch-dev/
> calc-some-tag/
> calendar/
> calendar-dev/
> calendar-some-branch-dev/
> calendar-some-tag/
> office/
> spreadsheet/
> spreadsheet-dev/
> spreadsheet-some-branch-dev/
> spreadsheet-some-tag/

I like your idea, but I find that it causes lots of redundancy in the
path names:
file:///utils/calc/calc-dev/file.c

calc is there twice... Otherwise, your ideas are pretty good.

What if... Subversion used two or three levels to create the WC name ?
And if at the same time we rewrite your example thusly:
/
  utils/
    calc/
      dev/
      some-branch-dev/
      some-tag/

Subversion would be responsible for creating a WC like this:
svn co file:///utils/calc/dev
A calc-dev/file.c

Thanks for sharing !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 12 03:59:33 2004

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.