git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J.H." <warthog19@eaglescrag.net>
To: Warren Harris <warrensomebody@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git export to svn
Date: Sat, 25 Oct 2008 13:12:44 -0700	[thread overview]
Message-ID: <1224965564.2874.49.camel@localhost.localdomain> (raw)
In-Reply-To: <77DFC428-35AE-4F66-9D9F-3D4E0005727D@gmail.com>

Even with init - your going to need to do a fetch so that you have a
copy of the svn in your tree - if the git tree you've already got has
the svn references (take a look at git-log if it seems to have an svn
line in the log then at some point someone pulled in the svn tree into
git) if not your going to effectively be pulling the entire svn tree
into your git tree.

The only other real way to get your changes / patches into svn is to
dump them out as patches and them individually apply / commit them to
your svn tree.

- John 'Warthog9' Hawley


On Sat, 2008-10-25 at 12:11 -0700, Warren Harris wrote:
> John,
> 
> Thanks for your quick reply. I tried that, but got the following error:
> 
> 
> $ git clone ../test2/
> Initialized empty Git repository in /Users/warren/projects/tmp/test2- 
> git-clone/test2/.git/
> # ...svn test2 dir already created with subdirs trunk, tags and  
> branches...
> $ git svn init https://svn/svn/SANDBOX/warren/test2 -T trunk -t tags - 
> b branches
> Using higher level of URL: https://svn/svn/SANDBOX/warren/test2 => https://svn/svn
> $ git svn dcommit
> Can't call method "full_url" on an undefined value at /opt/local/ 
> libexec/git-core/git-svn line 425.
> 
> I then tried the hints from here: http://www.basementcoders.com/2008/9/30/git-svn-gotcha 
> , but still no luck:
> 
> $ git merge --no-ff master
> Already up-to-date.
> $ git svn dcommit
> Can't call method "full_url" on an undefined value at /opt/local/ 
> libexec/git-core/git-svn line 425.
> 
> 
> Warren
> 
> 
> On Oct 25, 2008, at 11:43 AM, J.H. wrote:
> 
> > The basic way you would want to do it, it attach your git tree to SVN
> > and then git svn dcommit - which will replay the uncommitted changes
> > back into SVN - git svn init will do the attachment - assuming that  
> > your
> > git / svn repositories are at least based from the same place.
> >
> > - John 'Warthog9' Hawley
> >
> > On Sat, 2008-10-25 at 11:40 -0700, Warren Harris wrote:
> >> Is there a way to export a git repository along with its history to
> >> svn? (git svn init seems to want to go in the other direction.) I  
> >> know
> >> this is in some sense "going backwards" but I need to commit my work
> >> to a client. Thanks,
> >>
> >> Warren
> >> --
> >> To unsubscribe from this list: send the line "unsubscribe git" in
> >> the body of a message to majordomo@vger.kernel.org
> >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-10-25 20:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-25 18:40 git export to svn Warren Harris
2008-10-25 18:43 ` J.H.
2008-10-25 19:11   ` Warren Harris
2008-10-25 20:12     ` J.H. [this message]
2008-10-25 20:29       ` Warren Harris
2008-10-26  9:15         ` Björn Steinbrink
2008-10-26 16:24           ` Warren Harris
2008-10-26 17:15             ` Björn Steinbrink
2008-10-29  3:40               ` Warren Harris

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=1224965564.2874.49.camel@localhost.localdomain \
    --to=warthog19@eaglescrag.net \
    --cc=git@vger.kernel.org \
    --cc=warrensomebody@gmail.com \
    /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 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).