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

Re: multiple projects per repository and versions

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Sat, 03 Apr 2010 10:49:51 -0500

Vikrama Sanjeeva wrote:
> Hi all,
>
> Suppose If I have project A and project B in a same repository then
> project B's version will change every time project A has something
> committed to it, even if no work is being done in project B ?
>
> Please confirm my understanding.

The global repository revision number increases with every change, even if it
doesn't affect a project. However, normally the only revisions you care about
are the HEAD if you want the latest and known previous revision numbers - and it
doesn't matter if there are big jumps between them. Also, for releases or other
revisions you want to access by your own name/number scheme you can copy to tags
using whatever conventions you like.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2010-04-03 17:50:25 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.