View Issue Details

IDProjectCategoryView StatusLast Update
0000312VisualDifferGeneralpublic2021-01-02 15:06
Reporterquark Assigned Toadmin  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Summary0000312: SVN Integration
DescriptionI would like to be able to compare different svn versions of a file using

svn diff --diff-cmd='visdiff' FIleName

but I get the error

Left path doesn't exist
Right path doesn't exist
Steps To ReproduceGo into a SVN directory, modify a file and then run

svn diff --diff-cmd='visdiff' FIleName
Tagssvn

Activities

admin

2018-02-23 13:44

administrator   ~0000589

Maybe you need to create a shell script and use $6 and $7 to access to file paths, SVN diff client command passes many argument to diff tool

Something like

visdiff $6 $7

Issue History

Date Modified Username Field Change
2018-02-23 10:20 quark New Issue
2018-02-23 10:20 quark Status new => assigned
2018-02-23 10:20 quark Assigned To => admin
2018-02-23 10:20 quark Tag Attached: svn
2018-02-23 13:44 admin Note Added: 0000589
2021-01-02 15:06 admin Status assigned => closed
2021-01-02 15:06 admin Resolution open => no change required