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

Re: How to find out which revision the working copy was ORIGINALLY checked out from?

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Thu, 22 Jan 2009 07:34:15 -0600

On Jan 22, 2009, at 07:26, Shawn Jin wrote:

> How do I find out which revision my working copy was originally
> checked out from?
>
> The use case is that I checked out from HEAD. After some iterations
> of ci/up, my colleage asked me the revision number I checked out
> from so he can find out my changes. I was not strictly commenting
> each check in so I can't find out!
>
> Any idea? Thanks.

The revision number you originally checked out is not recorded
anywhere that I'm aware of. If your repository is being served with
Apache, you *might* be able to find the information in the Apache log.

To find out your changes, your colleague only needs to consult the
output of "svn log". All your commit messages about your changes
should be there under your username. Then "svn diff" can be used for
each revision to see the specific changes.

Ideally you and all your colleagues would be subscribed to a
"changes" mailing list to which all commits in your repository are
automatically sent. That way, everyone immediately knows when
something has been changed and can also review the code right away
and offer suggestions or improvements. Or if you don't like mailing
lists I'm sure you could also implement it as an RSS feed or a Jabber
or IRC or Twitter notification.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-22 18:28:29 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.