Hi everyone, I'm currently attempting to move Speex development over to Git. Because Git is distributed, I means that anyone would be able to do development and commits without having to get write access (and I can just pull from them). There are of course other advantages, like sane handling of branches and tags, local history, ... Now, one of the disadvantages is that Git currently requires a POSIX setup and thus needs Cygwin to run on Windows. For that reason, I'll keep updating the current svn -- at least until I find something satisfactory for Windows users (suggestions are welcome). For those would would like to try it, just download and install git 1.5 (git 1.4 isn't recommended) and do: % git clone http://mf-iii.xiph.org/~jm/speex.git speex Note that the above repository is only a temporary location and it will move in the future. Any comments? Jean-Marc
Oh, one last thing. To all those who currently have svn write access -- please refrain from checking things into the Speex svn tree as I'm not quite sure how that will interact with git-svn (had problems before). Jean-Marc Jean-Marc Valin a ?crit :> Hi everyone, > > I'm currently attempting to move Speex development over to Git. Because > Git is distributed, I means that anyone would be able to do development > and commits without having to get write access (and I can just pull from > them). There are of course other advantages, like sane handling of > branches and tags, local history, ... > > Now, one of the disadvantages is that Git currently requires a POSIX > setup and thus needs Cygwin to run on Windows. For that reason, I'll > keep updating the current svn -- at least until I find something > satisfactory for Windows users (suggestions are welcome). For those > would would like to try it, just download and install git 1.5 (git 1.4 > isn't recommended) and do: > > % git clone http://mf-iii.xiph.org/~jm/speex.git speex > > Note that the above repository is only a temporary location and it will > move in the future. > > Any comments? > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > >
There is a port to mingw, which is what many folks use now: http://repo.or.cz/w/git/mingw.git I haven't had a chance to fiddle with it yet so ymmv. Tom At 06:00 AM 6/9/2007, Jean-Marc Valin wrote:>Hi everyone, > >I'm currently attempting to move Speex development over to Git. Because >Git is distributed, I means that anyone would be able to do development >and commits without having to get write access (and I can just pull from >them). There are of course other advantages, like sane handling of >branches and tags, local history, ... > >Now, one of the disadvantages is that Git currently requires a POSIX >setup and thus needs Cygwin to run on Windows. For that reason, I'll >keep updating the current svn -- at least until I find something >satisfactory for Windows users (suggestions are welcome). For those >would would like to try it, just download and install git 1.5 (git 1.4 >isn't recommended) and do: > >% git clone http://mf-iii.xiph.org/~jm/speex.git speex > >Note that the above repository is only a temporary location and it will >move in the future. > >Any comments? > > Jean-Marc >_______________________________________________ >Speex-dev mailing list >Speex-dev@xiph.org >http://lists.xiph.org/mailman/listinfo/speex-devTom Harper Lead Software Engineer SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ 918 Parker St, Suite A14 Berkeley, CA 94710 Email: tharper@sightspeed.com Phone: 510-665-2920 Fax: 510-649-9569 My SightSpeed Video Link: http://tom.sightspeed.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070609/e04f655b/attachment.htm
Tom Harper a ?crit :> There is a port to mingw, which is what many folks use now: > http://repo.or.cz/w/git/mingw.git > > I haven't had a chance to fiddle with it yet so ymmv.Last I heard, it wasn't quite ready yet, but I'm hoping it will eventually be. Anyone here has tried it? BTW, the git repository is now at http://git.xiph.org/speex.git Jean-Marc> Tom > > At 06:00 AM 6/9/2007, Jean-Marc Valin wrote: >> Hi everyone, >> >> I'm currently attempting to move Speex development over to Git. Because >> Git is distributed, I means that anyone would be able to do development >> and commits without having to get write access (and I can just pull from >> them). There are of course other advantages, like sane handling of >> branches and tags, local history, ... >> >> Now, one of the disadvantages is that Git currently requires a POSIX >> setup and thus needs Cygwin to run on Windows. For that reason, I'll >> keep updating the current svn -- at least until I find something >> satisfactory for Windows users (suggestions are welcome). For those >> would would like to try it, just download and install git 1.5 (git 1.4 >> isn't recommended) and do: >> >> % git clone http://mf-iii.xiph.org/~jm/speex.git speex >> >> Note that the above repository is only a temporary location and it will >> move in the future. >> >> Any comments? >> >> Jean-Marc >> _______________________________________________ >> Speex-dev mailing list >> Speex-dev@xiph.org >> http://lists.xiph.org/mailman/listinfo/speex-dev > > > Tom Harper > Lead Software Engineer > SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ > > 918 Parker St, Suite A14 > Berkeley, CA 94710 > > Email: tharper@sightspeed.com > Phone: 510-665-2920 > Fax: 510-649-9569 > My SightSpeed Video Link: http://tom.sightspeed.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev