简体   繁体   中英

Get a date for a specific revision in Subversion

So I have a repository that contains external repositories. Using svn log on the repository URL gives me the output that contains the lines

Revision: 30584
...
Last Changed Rev: 30487
Last Changed Date: 2011-11-21 17:46:15 -0800 (Mon, 21 Nov 2011)

I am attempting to find what date revision 30584 (in this case) occurred on and whether or not it affected any of the internal repositories.

Other notes include that this repository that I am looking at is a "branch" of a main repository.

要查看日期,请使用:

svn log -v -r 30487

You can do a "Compare", In Eclipse you have this option.

In that option you can see all the info that you need, number of revision, Last Chaned Rev, Author, etc.

To answer your question you need to give more information about SVN Server, IDE and Subversion application that you use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM