[Python-3000] [Python-Dev] Python source code on Bazaar vcs
Matt Nordhoff
mnordhoff at mattnordhoff.com
Tue Mar 25 05:24:53 CET 2008
skip at pobox.com wrote:
> Barry> All the gory details are documented here:
>
> Barry> http://www.python.org/dev/bazaar
>
> Thanks. I checked out, made a branch named test3, changed Makefile.pre.in
> to have a test3 target, checked it in, then tried to push it:
>
> % pwd
> /Users/skip/src/python-bzr/test3
> % bzr push bzr+ssh://pythonbzr@code.python.org/python/users/skip/test3
> bzr: ERROR: Parent directory of bzr+ssh://pythonbzr@code.python.org/python/users/skip/test3 does not exist.
> You may supply --create-prefix to create all leading parent directories.
>
> Did I misread the directions or do I really need the --create-prefix arg?
>
> Skip
I don't know if there's a special setup here, but
<http://code.python.org/python/users/> doesn't list a "skip" directory
yet. You'll need to use --create-prefix to get bzr to create it.
--
More information about the Python-3000
mailing list