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