<div class="gmail_quote">2009/7/22 Todd Zullinger <span dir="ltr"><<a href="mailto:tmz@pobox.com">tmz@pobox.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">Aaron Gray wrote:<br>> Yeah, I have asked git-svn Q's there before but not got any real<br>> answers.<br><br></div>:/<br>
<div class="im"><br>> One last question if you have the answer.<br>><br>> How do I use git-svn clone/fetch with bare repositories ?<br>><br>> It just does not seem to work anyway round I try it.<br><br></div>

AIUI, git svn expects a non-bare repository.  But it seems that with a<br>little effort you can convince it otherwise:<br><br>   <a href="http://gsocblog.jsharpe.net/archives/12" target="_blank">http://gsocblog.jsharpe.net/archives/12</a><br>

<br>I use git svn to interact with a few upstream projects stuck on svn<br>and what I've done is use git svn clone to setup a clone.  To work on<br>that from a few places, I push from that clone into a bare git repo<br>

which I can then pull and push from on my other systems.<br><br>Mostly though, I work on these projects from my laptop - the original<br>git svn clone.  Since svn can't handle a non-linear history, I end up<br>rebasing things in git before pushing them back to svn anyway, so I<br>

treat the master branch of the git svn clone as my final staging area.<br>I tend to not make anything but trivial commits directly on master.<br><br>My use case might not be as sophisticated as yours, so I may not have<br>

too many good suggestions for you. :)</blockquote>
<div> </div>
<div>Right I am not doing upstream commits back to svn luckily. I submit patches which I prefer anyway as it keeps things simpler and safer; I really don't want to corrupt a major software projects repository :)</div>


<div> </div>
<div>Thanks again for the help and advice, I am going to do one of my ssh crib sheets for git that I can cut and paste into the terminal, makes life simpler, and less error prone. I was thinking I could allow the user to enter their repository path then generate all the command lines for whatever they want to choose, all with a little bit of Javascript, for a bit of fun :)</div>


<div> </div>
<div>Aaron</div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br><br>--<br>
<div class="im">Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: <a href="http://www.pobox.com/~tmz/pgp" target="_blank">www.pobox.com/~tmz/pgp</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>

</div>Even if you're on the right track, you'll get run over if you just sit<br>there.<br>   -- Will Rogers<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>

To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>

</blockquote></div><br>