Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svn2git the sourceforge repo #1

Closed
benkirk opened this issue Sep 18, 2012 · 2 comments
Closed

svn2git the sourceforge repo #1

benkirk opened this issue Sep 18, 2012 · 2 comments
Assignees

Comments

@benkirk
Copy link
Member

benkirk commented Sep 18, 2012

I'm in the process of mirroring our svn repo, but it is definitely taking some time... Be patient & I'll close this issue when it is done.

@ghost ghost assigned benkirk Sep 18, 2012
@benkirk
Copy link
Member Author

benkirk commented Sep 18, 2012

So I downloaded the svn2git utility with

 $ git clone git clone https://github.com/nirvdrum/svn2git.git 

and built it per the instructions. Then

$ mkdir libmesh.git && cd libmesh.git
$ svn2git https://libmesh.svn.sourceforge.net/svnroot/libmesh --authors ~/authors.txt --verbose

where authors.txt is:

andrsd  = David Andrs 
bbarth = Bill Barth 
benkirk = Benjamin S. Kirk 
ddreyer = Daniel Dreyer 
fprill = Florian Prill 
friedmud = Derek Gaston 
jasondhales = Jason Hales 
jwpeterson = John W. Peterson 
knezed01 = David Knezevic 
libmesh = Libmesh 
pbauman = Paul T. Bauman 
permcody = Cody Permann 
roystgnr = Roy H. Stogner 
sheep_tk = Tim Kroeger 
spetersen = Steffen Petersen 
svallagh = Sylvain Vallaghe 
trumanellis = Truman Ellis 
woutruijter = Wout Ruijter 
(no author) = Unknown 
root = Unknown 

It is taking its sweet time, so I started another one in the mean time that will only include svn revisions 2600 and later:

$ mkdir libmesh.git2 && cd libmesh.git2
$ svn2git https://libmesh.svn.sourceforge.net/svnroot/libmesh --authors ~/authors.txt --verbose --revision 2600

I'll upload that as soon as it is finished and use it to track svn while the other, complete history finishes. Since our svn repo was actually originally in cvs, I think there may be some weirdness in the earlier versions that are causing the full version history to be confusing.

@benkirk
Copy link
Member Author

benkirk commented Dec 11, 2012

Done.

@benkirk benkirk closed this as completed Dec 11, 2012
roystgnr referenced this issue in roystgnr/libmesh Apr 4, 2013
Work on getting NumericVectors moved over to being ParallelObjects
friedmud added a commit that referenced this issue Jul 24, 2013
dknez added a commit that referenced this issue Nov 16, 2013
Parallel communication of edge BCIDs
jwpeterson pushed a commit that referenced this issue May 9, 2017
Small fixes and remove unused code.
jwpeterson pushed a commit that referenced this issue Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant