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

Re: Creating a new project

From: Lars Kruse <lists_at_sumpfralle.de>
Date: 2007-11-11 23:58:28 CET

Hi,

> [..]
> But i have a problem. When i did the commit, SVN reported revision 100,
> which is the revision number of the first project.
>
> How do i separate this things? I want to continue in revision 100 for
> the first project and start in revision 0 to the new project.

that is the way, subversion is designed: every revision represents the entire
repository - not just single files.
If you want to have separate revision counters for both projects, then you could
create two separate repositories.

Maybe you should review your requirements again: a single repository is easier
to manage (administrate, backup, ...), thus maybe it would be more appropriate
for your needs, than multiple repositories. That is your decision, of course ...

For details, read the svn book:
http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.revs

regards,
Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 11 23:59:35 2007

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.