git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* migrating from svn: How to clean up history?
@ 2011-12-13 14:53 Hartmut Goebel
  2011-12-13 15:12 ` Jakub Narebski
  2011-12-16 23:11 ` Thomas Ferris Nicolaisen
  0 siblings, 2 replies; 3+ messages in thread
From: Hartmut Goebel @ 2011-12-13 14:53 UTC (permalink / raw)
  To: git

Hello,

I'm one of the developers of www.pyinstaller.org, a tool for 
bundling/packagin Python scripts and al required modules into a single 
executable for easy distribution. We are in the process of migrating 
from Subversion to git.

Our SVN-Repo contains some stuff we do not want or do not need in the 
git repo. How can we clean this up?

1) Useless commits e.g. tagging -> I want to remove these
2) copy or move mistakes -> I want to "correct" the copy

Example for 1): This occurs e.g. if this is done

svn cp trunk tags/v0.1 -m 'release v0.1' <<<--- this on in not needed
svn rm tags/v0.1 -m 'release v0.1'
svn cp trunk tags/v0.1 -m 'release v0.1'

In this case I want to completely eliminate the first commit.

Example for 2): This occurs e.g. if this is done

svn cp trunk tags/v0.1 -m 'release v0.1'
svn cp trunk tags/v0.1 -m 'release v0.1' <<-- actually copies to 
tags/v0.1/trunk

In this case I want to change eliminate the first commit (this is he 
same as case 1) and rewrite commit 2 to rewrite the path.

I already did some experiments with `git filter-branch` without success. 
(I manage renaming the tags, though.)

Any hints how to to this clean-up?

-- 
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: migrating from svn: How to clean up history?
  2011-12-13 14:53 migrating from svn: How to clean up history? Hartmut Goebel
@ 2011-12-13 15:12 ` Jakub Narebski
  2011-12-16 23:11 ` Thomas Ferris Nicolaisen
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2011-12-13 15:12 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: git

Hartmut Goebel <h.goebel@goebel-consult.de> writes:

> I'm one of the developers of www.pyinstaller.org, a tool for
> bundling/packagin Python scripts and al required modules into a single
> executable for easy distribution. We are in the process of migrating
> from Subversion to git.
> 
> Our SVN-Repo contains some stuff we do not want or do not need in the
> git repo. How can we clean this up?
> 
> 1) Useless commits e.g. tagging -> I want to remove these
> 2) copy or move mistakes -> I want to "correct" the copy
[...]

> Any hints how to to this clean-up?

You can try "gitsvnparse" command from 'reposurgeon' tool to
automatically correct some conversion mistakes, and use this tool to
do further fixes

  http://www.catb.org/esr/dvcs-migration-guide.html
  http://www.catb.org/~esr/reposurgeon/

HTH
-- 
Jakub Narebski

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: migrating from svn: How to clean up history?
  2011-12-13 14:53 migrating from svn: How to clean up history? Hartmut Goebel
  2011-12-13 15:12 ` Jakub Narebski
@ 2011-12-16 23:11 ` Thomas Ferris Nicolaisen
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Ferris Nicolaisen @ 2011-12-16 23:11 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: git

> I already did some experiments with `git filter-branch` without success. (I manage renaming the tags, though.)
>
> Any hints how to to this clean-up?

There are some examples of how to use filter-branch to remove empty
commits, and some other handy tips on this page:

http://thomasrast.ch/git/git-svn-conversion.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-16 23:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 14:53 migrating from svn: How to clean up history? Hartmut Goebel
2011-12-13 15:12 ` Jakub Narebski
2011-12-16 23:11 ` Thomas Ferris Nicolaisen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).