Good to know - thanks!
On Fri, Mar 9, 2012 at 9:06 AM, Brian Demers <[email protected]> wrote: > Yeah, I was chatting in the infra irc channel, trying to figure out a > couple issues I ran into. > > I had to bump the number plugin to get the build working (and found a > problem with that, but that is a different story) > > It seems like the git mirror works best for trunk development. I created a > couple branches for more discussion using 'git svn branch' that didn't go > so well, as it also scanned/downloaded the svn history (which should not be > needed when using the git mirror) > > It would have been better to just copy the remote branch, i.e. svn cp > http://...shiro/trunk http://...shiro/branches/my-new-branch > Then pulled from the git mirror (which is updated immediately). The github > mirror is NOT updated right away. > > git branch, git commit, git dcommit will attempt to push changes to the > trunk. > > I'm sure there is a better way to create and track branches. If you have > any thoughts on this the wiki page needs a note about branches: > http://wiki.apache.org/general/GitAtApache > > > > 2012/3/8 Tamás Cservenák <[email protected]> > >> I believe yes, he mentioned he was toying with git-svn (probably using >> the https://github.com/apache/shiro mirror)... >> >> On Fri, Mar 9, 2012 at 12:31 AM, Les Hazlewood <[email protected]> >> wrote: >> > er - Brian - sorry >> > >> > On Thu, Mar 8, 2012 at 3:31 PM, Les Hazlewood <[email protected]> >> wrote: >> >> Ah - is that what Bryan did for his test branch commit? >> >> >> >> On Thu, Mar 8, 2012 at 1:46 PM, Kalle Korhonen >> >> <[email protected]> wrote: >> >>> On Thu, Mar 8, 2012 at 1:37 PM, Les Hazlewood <[email protected]> >> wrote: >> >>>> Oooh - is Git usable now for any ASF project? >> >>> >> >>> Git as the main repository? No, a few pilot projects were allowed to >> move. >> >>> >> >>>> I've been a bit out of the loop on this as I've been slammed at work. >> >>>> Is there any information on how to use this/set it up for local >> >>>> development? >> >>> >> >>> You can always use git for local development. If you want to use the >> >>> git mirror, you can for example follow >> >>> >> http://tapestryjava.blogspot.com/2010/04/setting-up-committer-access-git-for.html >> . >> >>> >> >>> Kalle >> >>> >> >>> >> >>>> On Thu, Mar 8, 2012 at 9:18 AM, <[email protected]> wrote: >> >>>>> Author: bdemers >> >>>>> Date: Thu Mar 8 17:18:48 2012 >> >>>>> New Revision: 1298474 >> >>>>> >> >>>>> URL: http://svn.apache.org/viewvc?rev=1298474&view=rev >> >>>>> Log: >> >>>>> Removing test branch created with git-svn >> >>>>> >> >>>>> Removed: >> >>>>> shiro/branches/asf-infra-test/ >>
