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

RE: Re: Get last committed in SVN file from the local machine

From: Sandeep Shalhalkar <shalhalkar_sandy_at_rediffmail.com>
Date: Wed, 29 Jan 2014 02:03:42 -0800 (PST)

Thanks for the quick reply.

The requirement is :
SVN is providing the feature in DiffViewer to use the external program for showing the differences. I want to use the functionality to use my custom program to be launched when I click on some specific extension file.
1st level I have achieved by launching my application while using SVN Diff.
The 2nd phase which I want to achieve is:
for my program to compare the file (locally modified vs last committed on SVN), there are other supporting files which needs to be considered. And these files can also be locally modified, where I want to read the base version of the supported files also.
The solution for this is(which I found) : a complete package/folder which is in SVN, while firing the SVN Diff, I need to export the folder, and then do the DIFF operation using my application. "Export" is a heavy/time comsuming operation, it needs to communicate to the SVN server to fetch the files.Also need the network connectivity for the same. So, I want to export the folder with all internal files & inner folder without contacting to the SVN server, as locally also SVN maintain the copy of each file.
Can you please suggest any way to grab the files locally. Otherwise, the last option is remaining as :
export from SVn server & do the DIFF.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3072242

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-01-29 11:06:36 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.