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

RE: Multiple projects in one repository

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-11-30 15:53:10 CET

Thomas Becker wrote:
> Hi
>
> Is there a way to store multiple projects in one repository so that
> the revision numbers
> are independent?
>
> SVNRoot
> |->Project1
> | |->branches
> | |->tags
> | |->trunk
> |->Project2
> |->branches
> |->tags
> |->trunk
>
> Assume Project1 is in revision 100.
> When I import Project2 the whole repository gets revision no. 101
>
> I want that Project1 stays at revision 100 and Project2 starts with
> no. 1

No, there is not. Revision numbers are repository-wide. Subversion
doesn't have a concept of a "project"--everything is either a file or a
directory, and no special significance is given to any particular
structure.

If you really need separate revision numbers for the projects, give each
one its own repository.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 30 16:40:38 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.