schema repo move question

So created a repo for csl at bitbucket a few weeks ago. Rintze has
asked me to move over to that. But this is sort of a PITA if I need to
move the history (since 1.0 RC1). Do we care to keep that history, or
should I just do a bulk merge and tag that as RC2?

Bruce

So created a repo for csl at bitbucket a few weeks ago. Rintze has
asked me to move over to that. But this is sort of a PITA if I need to
move the history (since 1.0 RC1). Do we care to keep that history, or
should I just do a bulk merge and tag that as RC2?

I tried to pull the citeproc-js history when I moved that bundle
across. In that case all of the files had always been under a single
directory, and BitBucket offered a simple command for slurping the
history together with the archive. But it kept timing out while
waiting for SVN to cough up the log entries, so I gave up and just
moved the sources.

I’m getting closer to a solution. The below command will correctly
pull in only a) the csl schema subdir, and b) more recent revisions.

$ hg convert --config convert.svn.tags=csl/schema/tags --config
convert.svn.trunk=csl/schema/trunk --config convert.svn.startrev=773
–config convert.hg.tagsbranch=0
https://xbiblio.svn.sourceforge.net/svnroot/xbiblio csl-hg

The remaining problem is that it doesn’t appear to correctly pull in
the tags, which we need.

Bruce