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

Re: file by file revision

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-06-30 10:47:02 CEST

Ivan Horvath wrote:
> Dear Max,
>
> yes, i can imagine that there are many advantage for this philosophy ...
> here is what i need:
> i would like to use a version control system to store documents, manage
> histories, manage versions of docs in a document control system.
> subversion is very nice for this, it has an own storage system, handle
> permissions, web interface, etc, but small problem of handling version
> numbers.
> that means the document version number has to be managed by my
> application, but how can i relate my version number to the real revision
> number in subversion system?
> if for instance a user wants to see the 2. version of the document, but
> the last (actual) version is already 7. how i know that which revision i
> should get from subversion history?

Run "svn log" on the file to see the mapping between repository revision numbers and versions of a document.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 30 10:50:27 2004

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.