On Dec 13, 2007, at 9:13, Steven Grimm wrote:

Not sure what the state of hg's svn interface is but even a manual "copy the cleartext files out of an svn client and into an hg repository" setup (easily scriptable) would offer a lot of advantages for local development.


There's hgsvn, though I haven't used it. I'd planned on using the convert extension or tailor to keep an hg tree up-to-date, but svnsync fails mysteriously:

dustincmb:~/prog/eprojects/danga 506% svnsync sync file://$PWD/ memcached/
svnsync: REPORT request failed on 'http://code.sixapart.com/svn/memcached'
svnsync: The requested report is unknown.


I did the above mechanism (copy svn -> hg) for a while and then used mq over it. It's not really an adequate substitution for doing distributed development with distributed tools. It solves *my* problem, but it leaves sharing quite painful.

--
Dustin Sallings

Reply via email to