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

Re: Track Document Version Number (Not SVN Revision) with easy searching

From: Urs Thuermann <urs_at_isnogud.escape.de>
Date: 2006-06-13 06:45:32 CEST

Ong Leong Seng <account@comcrazy.info> writes:

> I face a problem now, since I have commit a changes in any file for
> the repos, the SVN revision number increase one that applicable to all
> doc. If I have baseline my projplan.mpp (ver 2.4) at revision 560,
> projplan (ver 2.5) at revision 600 and after that revision has been
> increase to 788 because of SVN commit.
>
> At this point, I wish to retrieve the projplan.doc (ver 2.4) but I
> have lost track which SVN revision number is the projplan.doc (ver
> 2.4).

I think you should use tagging. You don't need to tag whole
directories. You can also do

    svn cp trunk/foo.doc tags/foo-2.4.doc

urs

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 06:51:38 2006

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.