Re: usage of svn_wc_diff

2011-01-11 Thread JamieEchlin
Daniel Näslund wrote: > > Hope, you'll be able to solve your problem. Here's a script that's a bit > more clean than the previous one. I haven't tested it much at all but it > appears to be able to display added, modified and deleted properties set > on both dirs and files. The '###' lines repre

Re: usage of svn_wc_diff

2010-12-13 Thread JamieEchlin
Seems to work perfectly! Thanks Daniel, that's exactly what I was looking for. jamie -- View this message in context: http://old.nabble.com/usage-of-svn_wc_diff-tp30399137p30445649.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: usage of svn_wc_diff

2010-12-09 Thread Daniel Näslund
On Wed, Dec 08, 2010 at 11:59:16PM -0800, JamieEchlin wrote: > > Daniel, thank you very much for that, that's incredibly helpful. It > definitely gives me somewhere to start. Hope, you'll be able to solve your problem. Here's a script that's a bit more clean than the previous one. I haven't teste

Re: usage of svn_wc_diff

2010-12-08 Thread JamieEchlin
Daniel, thank you very much for that, that's incredibly helpful. It definitely gives me somewhere to start. cheers, jamie -- View this message in context: http://old.nabble.com/usage-of-svn_wc_diff-tp30399137p30413850.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: usage of svn_wc_diff

2010-12-08 Thread Daniel Näslund
On Tue, Dec 07, 2010 at 10:39:28AM -0800, JamieEchlin wrote: > > Hi, > > Firstly I hope this is the right forum, it doesn't seem appropriate for the > dev forum. > > Has anyone got an example of using svn_wc_diff (or 2/3/4 etc), preferably > from python? I can find zero examples on the interwebs

Re: usage of svn_wc_diff

2010-12-08 Thread Daniel Shahaf
[ Please don't delete all context and quotes messages. ] JamieEchlin wrote on Wed, Dec 08, 2010 at 07:39:32 -0800: > > Cheers, but I was trying to avoid using the svn executable, as I said I can't > rely on it being present. > Then use the API equivalent... > The trouble with the 41-line doc s

Re: usage of svn_wc_diff

2010-12-08 Thread JamieEchlin
Cheers, but I was trying to avoid using the svn executable, as I said I can't rely on it being present. The trouble with the 41-line doc string is that it tells me how to use the function, but not what all batons etc I need to pass it, which I was having trouble working out. -- View this message

Re: usage of svn_wc_diff

2010-12-08 Thread Daniel Shahaf
JamieEchlin wrote on Tue, Dec 07, 2010 at 10:39:28 -0800: > > Hi, > > Firstly I hope this is the right forum, it doesn't seem appropriate for the > dev forum. > Yes, users@ is the right forum. > Has anyone got an example of using svn_wc_diff (or 2/3/4 etc), preferably > from python? I can find