Error   test

Subversion: Working Copy Details

Posted July 3, 2007 at 01:07am in Computers, Programming

I was patching the SOLR source with the patch provided by Eric Pugh that will parse PDF, DOC, XLS documents and index the data into SOLR. I will details that either later today or tomorrow, but this patch was created so that the community can do process these document types much like we did in a recent contract.

When applying the patch I wanted to commit the source to our repository so we know what revisions we were working with and had the code handy. I decided later it would be better not to do it that way, but TortoiseSVN did not give me a way to see what revision I was on. If you run the command `svn info` you will get the following output (obviously the details will be different):

F:\\Workspace\\Java\\SOLR>svn info

Path: .
URL: http://svn.apache.org/repos/asf/lucene/solr
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 552673
Node Kind: directory
Schedule: normal
Last Changed Author: ryan
Last Changed Rev: 552521
Last Changed Date: 2007-07-02 11:57:03 -0400 (Mon, 02 Jul 2007)
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Google
  • del.icio.us
  • Digg
  • e-mail
  • Spurl
  • Facebook

2 Responses to “Subversion: Working Copy Details”

  1. Stefan Says:
    July 3rd, 2007 at 3:00 pm

    TortoiseSVN gives you that information in the “check for modifications” dialog, once you hit the button “Check repository”.
    Or you can right-click on the folder/file, then choose “properties” from the context menu, then switch to the “Subversion” tab in the properties dialog.
    Or you can use the SubWCRev.exe tool which ships with TortoiseSVN.

  2. Peter Manis Says:
    July 3rd, 2007 at 6:30 pm

    I noticed that, but for some reason I was thinking it was showing the revision range of the files listed. Oh well, I can admit when I am wrong. Thanks for clarifying Stefan.



Leave a Reply