<div class="gmail_quote">On Mon, Mar 14, 2011 at 1:12 PM, Anton Korobeynikov <span dir="ltr"><<a href="mailto:anton@korobeynikov.info">anton@korobeynikov.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Justin,<br>
<div class="im"><br>
> What am I missing here?  Should the new layout affect the git workflow?<br>
</div>No. Stuff was just added. Trunk is still available as "master" as before.<br></blockquote><div><br></div><div>Alright, figured it out.  Thanks to Tobias for the git insight!</div><div><br></div><div>The previous way I was using the git-svn bridge was to pull from refs/remotes/git-svn (learned from an older post on the list).  However, git-svn does not appear to be a valid, up-to-date ref anymore.  It only pulls history through March 10, which I assume is the around the time the layout change occurred.  The fix is to have git-svn read from refs/remotes/origin/master instead of relying on refs/remotes/git-svn.  Now it works great!</div>
<div><br></div><div>So, instead of:</div><div><font class="Apple-style-span" face="'courier new', monospace">git config --add remote.origin.fetch '+refs/remotes/git-svn:refs/remotes/git-svn'</font></div><div>
<br></div><div>I needed:</div><div><font class="Apple-style-span" face="'courier new', monospace">git config svn-remote.svn.fetch ":refs/remotes/origin/master"</font></div><div><br></div><div>Hopefully this will be helpful to others.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font class="Apple-style-span" color="#888888">
--</font><br>
<div><div></div><div class="h5">With best regards, Anton Korobeynikov<br>
Faculty of Mathematics and Mechanics, Saint Petersburg State University<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><br><div>Thanks,</div><div><br></div><div>Justin Holewinski</div><br>