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

Re: newbie need help to configure svn

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 5 Jan 2009 08:36:50 -0500

On Mon, Jan 5, 2009 at 04:50, J. Bakshi <joydeep_at_infoservices.in> wrote:
> Dear list,
> Hello to all of you.
> I have come to this list to fine tune my svn server.
>
> I have installed svn recently on a linux ( clark connect ) server
>
> svn, version 1.4.6 (r28521)
> compiled Dec 31 2007, 15:01:44
>
> There is no problem to use the svn server by svn: and https:
>
> One thing is still missing here :-(
> If some one changes and commits a single file it changes the entire
> revision of the repository.
> But what I am looking for is committing a file will only change the
> version of that file as well as show the version number also of that
> file and it should not increment the version number of the entire project.
> How can I get this ?

Short answer: by not using Subversion.

Subversion uses a global revision number. Think of it as a timestamp.
The repository revision is X. Each file has a "last changed" revision
which is the repository revision where that file last changed. This is
explained in chapter 1 of the manual.
http://svnbook.red-bean.com/en/1.5/svn.basic.in-action.html#svn.basic.in-action.revs

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-05 14:37:45 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.