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

Re: Newbie question about tagging

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2005-11-14 07:23:19 CET

Kevin Hung wrote:
> Then what about a more complicated scenario like
> below:
>
> (1) I have made a few changes in my local workspace
> and committed all these changes into the repository.
>
> (2) I have not done any work for a few days. However
> during these few days, someone commits whole bunch of
> changes into the repository.
>
> Now I want to make a tag based on the revisions of all
> the files in my local workspace. Is this possible? Or
> is it possible to figure the revision number of the
> root directory corresponding to my local workspace?

The revision number is repository-wide, so there is no revision number
per file.

You can find the revision of your working copy by using the 'svnversion'
command-line tool.

The revision number of your commit is returned after the commit
succeeds. You could try remembering that number.

You could always check the log as well. That will tell you the revision
number of your commit.

-- 
Sly
This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 14 07:25:16 2005

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.