← Back to team overview

kicad-developers team mailing list archive

Re: footprint library help needed

 

On 11/13/2013 04:09 PM, Carl Poirier wrote:
> Looks good to me.
> 
> Also, if I used checkout+commit instead, would we have been able to use uncommit on the
> main branch?


If you do it "quickly", before anyone notices  :)

Typically not much longer than it takes to say,

  "Oh crap."

Otherwise somebody else may have updated to it, or somebody else may have committed on top
of your commit.


When working with a "checkout", please do not ever do a "pull" into it.  This is because
the checkout is hardwired to the launchpad repo, and doing a pull is a replacement of your
repo, and since your repo is hardwired to the server, this causes a replacement on the
server with whatever (crap) you are pulling.

   You do not expect this!

In general, pull and push in bzr should be left to 3rd years students of bzr only.

It is not git.  Verbs are not the same.

Dick



References