[EMAIL PROTECTED] wrote: > Benjamin> Once you've pushed the branches, is there a way to remove them? > > Related question: is there a way to view the various branches in a non-local > repository?
IIUC, conceptually, no. A branch is not *in* a repository; a branch *is* a repository (*). So your question is almost equivalent to "is there a way to find out all clones of a repository that have ever been made?", to which the answer is "no". Now, if you have a convention of where you put the branches, you should be able to find them later. E.g. if they are all in a directory tree that is exposed through http, you can use a web browser to see them, e.g. by going to http://code.python.org/python/users/skip/ Likewise, if you are accessing the repository over bzr+ssh, in general, you can just ssh to the machine, and do a regular ls. In the specific setup, regular ssh is restricted to running "bzr serve", which (apparently) has no support for directory browsing. Regards, Martin _______________________________________________ Python-3000 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/fumanchu%40aminus.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com