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)





