>George Lober wrote: 
...........................
...........................
>It would be usefull if somebody could post an actual working example of that line. Does one need to use their computer's  URL  >(I'd have to dig around for that one), and where in the line do you specify 'lazarus' ? 
...........................
...........................
 
Hi,
I noticed that the local copy store in the .svn (hidden) directories a preview revision.
So you can diff without internet connection because svn diffs the "working copy"(your copy) with the preview revision stored  in the .svn directory
so what you need is the command line
  C:\WhereIsMainPP svn diff main.pp > main.diff
 
example:
 
C:\lazarus "local lazarus svn copy"
C:\lazarus\ide\main.pp "working copy"
 
This is the whole line I used to diff the preview main.diff
 
C:\lazarus\ide>svn diff  main.pp > main.diff
 
you will find
C:\lazarus\ide\main.diff
 
Obviously the bin directory of svn.exe must be in your PATH variable
 
Hope can help
 
Ciao,
Salvatore
 

Reply via email to