[pony-build] nose problems

C. Titus Brown ctb at msu.edu
Sat Mar 27 10:55:28 PDT 2010


On Sat, Mar 27, 2010 at 12:50:06PM -0500, Khushboo Shakya wrote:
> *I am trying to pull from your repo and this is what I get:*
> 
> Khushboo at KHUSHBOO-PC ~/Desktop/pony-build1/client (master)
> $ git pull git://github.com/ctb/pony-build.git master
> >From git://github.com/ctb/pony-build
>  * branch            master     -> FETCH_HEAD
> Already up-to-date.

Try:

   git fetch git://github.com/ctb/pony-build.git master:titus
   git checkout titus

'git pull' does a merge, while 'get fetch' does a complete replace, which
is what you want.

I'm not sure what the 'build-nose~ files are...

--titus



More information about the pony-build mailing list