Re: bzr branch dissapeared
"James Henstridge" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 17, 2008 at 4:34 PM, Alejandro Dubrovsky <[email protected]> wrote: > doing a bzr pull lately gives the following: > > $ bzr pull > Using saved location: > http://initd.org/bazaar/psycopg/psycopg2/branches/2_0_x/ > http://initd.org/bazaar/psycopg/psycopg2/branches/ is permanently > redirected to > bzr: ERROR: No repository present: > "http://initd.org/bazaar/psycopg/psycopg2/branches/2_0_x/" > > > Any ideas where it went? Any chance of updating http://initd.org/ to > point to it instead of the obsolete svn branch? I can't reproduce your problem. What version of bzr are you using? You should probably be using http://initd.org/bazaar/psycopg/psycopg2/trunk instead of 2_0_x too. You can update your copy to pull from that location with the following command: bzr pull --remember http://initd.org/bazaar/psycopg/psycopg2/trunk There are also mirrors of the various psycopg branches available on Launchpad if you run into problems. They all seem to be running fine and up to date at the moment. James.