> Is it somehow possible to tell fsvs that files / directories have been > renamed / moved so that it's not neccessary to transmit the moved files > again, consuming time, bandwidth and, most important, repository space? Currently the only way is a "svn cp/mv REPOSURL/path/...".
> If it's not yet possible, would it be possible to implement it without > major changes to fsvs? Yes. It's on my TODO. I'll "just" have to make a hash of MD5sums, and when I find an entry that is new I'll have to check the MD5 against the list of "known" MD5s ... It's a bit easier in that subversion only knows copy and remove - there's no rename yet. The tricky bit will be that I'll get a copy_path on update - and I'll have yet to find out what to do about them ... the source might not be available, or modified ... Any volunteers :-) ?? Regards, Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
