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

Re: how to import without changing revision number ?

From: Nicolai Scheer <scope_at_planetavent.de>
Date: Thu, 08 Oct 2009 09:34:54 +0200

Hi!

J. Bakshi schrieb:
> Hello list,
>
> In a newly created repo whenever I import files folder it also
> incremented the revision number. Is there any way to keep the revision
> number intact when importing ?

Why would you want to do that? An import (i.e. add) is a versioned
change of the repository. Therefor the revision number is incremented.
You should not be too concerned about what the revision looks like at
all. As soon as you have more than one project in a repository the
revision number can change without your project's code changing at all.

So don't think of the revision number as a "version", rather do your own
revision no. => version mapping using tags, e.g. tag r1234 of a specific
path as version 1.2. Leave the revision number as it is: A unique
changeset identifier.

greetings,

Nico

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-08 09:35:47 CEST

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.