[CCC DEV] Repository question
Christian Jacobsen
cljacobsen at gmail.com
Tue May 29 10:14:09 BST 2012
On 28 May 2012 16:27, Matt Jadud <matt at jadud.com> wrote:
> Christian, would you be willing to do a dump and import so that
> everyone can see what it would look like? This may very well become
> "the" import, but my assumption is that it should be a
> straight-forward process.
Right, I have done a test repository that currently lives on github
with a name that I hope suggests, "dont use this yet"... :)
https://github.com/concurrency/new-kroc-repo-test-do-not-clone
I have done the following:
svn2git http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/
--no-minimize-url
and uploaded that to git.
If anyone has any suggestions for a better way to import the
repository let me know. We may also want to prune some branches before
we do the import???
The dump will be better if we complete an authors list which maps svn
usernames to names and email addresses. The list of users is as
follows:
------------8<-------------------8<--------------------8<-----------
kroc-svn clj$ git log | grep Author | awk '{ print $2 }' | sort -u
armstri
ats
ats1
bringfire
cgr
clj
ddimmich
dgilmore
djs
drew
fred
frmb
jadudm
js
neil.c.c.brown
phw
rdcrng
smitha7
steve.g.pretty
------------8<-------------------8<--------------------8<-----------
For people that want their name and email in the commit logs in git I
will need your details in the following format:
loginname = Joe User <user at example.com>
Christian
More information about the developers
mailing list