All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Yanovich <ynvich@gmail.com>
To: git@vger.kernel.org, normalperson@yhbt.net
Subject: git tool to keep a subversion mirror
Date: Sun, 17 Jun 2007 21:49:42 +0300	[thread overview]
Message-ID: <11821061823423-git-send-email-ynvich@gmail.com> (raw)


I am actively using git for my project. Thanks everyone envolved.

However, I got tired of administering own web server and registered my
project at sourceforge. Unlike repo.or.cz (thanks again for everyone
envolved), they do not provide git hosting. But a project without a
source repository is non-sence.

I am not in any way going to use Subversion after I tried git, but I
need to be able to export to a Subversion repository. I found an
excellent tool called 'git-svn'. However, the flawed nature of
Subversion put shackles on normal git usage after you do 'git-svn init'.

Since git is the best scm system, my situation is probably quite common.
So I am filing these patches.

There is a 'git-svn' command which does want I need, so I created a
simple wrapper around it. I also found that 'git-svn commit-diff' is
having a small trouble dealing with root <tree-ish>, which is corrected
by an attached patch.

             reply	other threads:[~2007-06-17 18:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-17 18:49 Sergey Yanovich [this message]
2007-06-17 21:09 ` git tool to keep a subversion mirror Matthieu Moy
2007-06-18  6:42   ` Sergey Yanovich
2007-06-18 12:14   ` [PATCH 1/3] Accept root <tree-ish> in 'git-svn commit-diff' Sergey Yanovich
2007-06-18 12:14     ` Sergey Yanovich
2007-06-18 13:20       ` Johannes Sixt
2007-06-18 12:14     ` [PATCH 2/3] 'git-svndump' Sergey Yanovich
2007-06-18 12:14       ` Sergey Yanovich
2007-06-18 12:26         ` Charlie Shepherd
2007-06-18 12:14     ` [PATCH 3/3] Fix large-scale exports by 'git-svndump' Sergey Yanovich
2007-06-18 12:14       ` Sergey Yanovich
2007-06-18 13:22         ` Johannes Sixt
2007-06-24  7:45 ` git tool to keep a subversion mirror Jan Hudec
  -- strict thread matches above, loose matches on Subject: below --
2007-06-17 19:38 Sergey Yanovich
2007-06-18 12:14 Sergey Yanovich
2007-06-19  6:54 ` [PATCH 1/3] Accept root <tree-ish> in 'git-svn commit-diff' Sergey Yanovich
2007-06-19  6:54   ` Sergey Yanovich
2007-06-19  6:54   ` [PATCH 2/3] 'git-svndump' Sergey Yanovich
2007-06-19  6:54     ` Sergey Yanovich
2007-06-20  6:40     ` Eric Wong
2007-06-20  9:47       ` Sergey Yanovich
2007-06-19  6:54   ` [PATCH 3/3] Fix large-scale exports by 'git-svndump' Sergey Yanovich
2007-06-19  6:54     ` Sergey Yanovich
2007-06-20  6:25   ` [PATCH 1/3] Accept root <tree-ish> in 'git-svn commit-diff' Eric Wong
2007-06-20  9:20     ` Sergey Yanovich
2007-06-18 14:47 git tool to keep a subversion mirror Sergey Yanovich
2007-06-19  6:50 Sergey Yanovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11821061823423-git-send-email-ynvich@gmail.com \
    --to=ynvich@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=normalperson@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.