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 represents TODO's.
> 

If anyone else uses this code, I'd just thought I'd mention belatedly that
you don't need a write lock to do the diff. So pass False to adm_open3.
Doing this speeds up execution by 12s on a working copy hosted on an NTFS
volume.

BTW, it seems svn and NTFS don't play nice:
http://superuser.com/questions/15192/bad-ntfs-performance, and this is easy
to demonstrate by comparing the lock/unlock performance on NTFS against a
FAT-formatted disk. Do the new format working copies in 1.7 fix this?

cheers, jamie
-- 
View this message in context: 
http://old.nabble.com/usage-of-svn_wc_diff-tp30399137p30642926.html
Sent from the Subversion Users mailing list archive at Nabble.com.

Reply via email to