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

RE: reposity versioning

From: Giulio T <giulio.troccoli_at_uk.linedata.com>
Date: Wed, 3 Dec 2008 15:33:47 +0000

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: Aaron P. Martinez [mailto:ml_at_proficuous.com]
> Sent: 03 December 2008 15:18
> To: users_at_subversion.tigris.org
> Subject: reposity versioning
>
> Hi All,
>
> I have developers who I maintain subversion for and they have one
> repository that they call "core", this is the base of many new projects.
> When they start on a new project they would like to start that project at
> revision 1.0 but I'm not sure how to copy the core to a new repository and
> get the revision numbers back down. Is this even possible?
>

No, you cannot "reset" the revision if you keep the project in the same repository.

You can, however, create a new repository, check it out to a working copy (which would be at revision 0), copy your "core" project in this WC, and import it into the repository (or add and then commit). This will create revision 1.

Anyway, why is it important? The revision is just a number, you, or your developers, should not give it any special meaning.

Giulio

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=978924

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-03 16:35:59 CET

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.