Remove Bazaar Entirely

Asked by blockjason

I'm just starting and trying to setup a centralized workflow. I believe that I did it wrong, so want to start from scratch. Can someone please describe how to completely remove Bazaar from a Windows computer. I've successfully done the following to remove the installation and all repositories, but something still remains that remembers past branches and versions. Any help would be really appreciated.

I've Done these Things:
+ Add/Remove Programs - Uninstall (restart requested)
+ Delete all .bzr directories under Shared Repository (C:\dev) and any/all branches beneath
+ Remove bazaar directory under C:\Documents and Settings\[username]\Application Data\bazaar
+ removed .bzr.log under C:\Documents and Settings\[username]\My Documents

Installing Version 1.11-1

Thanks,
Jason

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

If you uninstall bzr-1.11, how do you determine that "something still remains that remembers past branches and versions" ?

If instead, you used bzr to determine that, then , wherever bzr shows you something, try issuing 'bzr info', that should point you to some paths you may have forgotten to mention here.

Revision history for this message
blockjason (blockjason) said :
#2

Well, I uninstall and remove the things that I've listed and then RE-INSTALL . Next I init a shared repository and create a branch beneath it and add, and then do an update and it shows as "everything's updated as of version 11" . How would it know that these files are version 11? It's accurate. I did a variety of commits before to a file and incremented the code to version 11. But I was hoping to go back to the very beginning and start over.

Thanks for you assistance.

Jason

Revision history for this message
blockjason (blockjason) said :
#3

Ok, I found other and potentially conflicting .bzr directories under my "OpenSSH" installation. For some reason when I execute the following:

bzr init-repo --trees sftp://SERVER

I get a repository under my OpenSSH installation rather than the home directory for my user.

Thanks for adding your two cents Vincent.

Jason

Revision history for this message
Vincent Ladeuil (vila) said :
#4

You should use sftp://example.com/~jason to access your home directory (given that jason is your login)

Revision history for this message
blockjason (blockjason) said :
#5

I have OpenSSH setup to point to my "dev" directory by default (i.e., when i login via sftp client, i'm routed to the dev directory at c:\dev), but this gets lost when I use the following approach:

bzr init-repo --trees sftp://Developer@199.99.99.99

So, I'm blaming my OpenSSH config and will dig through its readme's.

Thanks,
Jason

Revision history for this message
Wouter van Heyst (larstiq) said :
#6

On Mon, Feb 02, 2009 at 09:55:48PM -0000, blockjason wrote:
> Question #59618 on Bazaar changed:
> https://answers.launchpad.net/bzr/+question/59618
>
> Status: Answered => Open
>
> blockjason is still having a problem:
> I have OpenSSH setup to point to my "dev" directory by default (i.e.,
> when i login via sftp client, i'm routed to the dev directory at
> c:\dev), but this gets lost when I use the following approach:
>
> bzr init-repo --trees sftp://Developer@199.99.99.99
>
> So, I'm blaming my OpenSSH config and will dig through its readme's.

Your ssh config might have something to do with it, but in general, the
sftp notation (concerning remote paths) Bazaar uses (I can look up the
sftp rfc if needed) works this way:

    sftp://host/absolute/path
    sftp://host/~/relative/to/what/sshd/gives/as/homedir

I'm not entirely sure if referring to a specific user's homedir works,
if bzr can do it, your sshd might not allow it. It would be as Vincent
said:

    sftp://host/~user/relative/to/that/homedir

Wouter

Revision history for this message
blockjason (blockjason) said :
#7

I was able to route to c:\dev with the following notation:

sftp://Developer@99.99.99.102/cygdrive/c/dev

the last piece is what I have defined in the OpenSSH passwd file as the user "Developer" home directory. So this seems to be ignored by the bzr command and adding it explicitly will work.

Thanks again.

Jason

Revision history for this message
Vincent Ladeuil (vila) said :
#8

You're welcome, but it seems the subject of this answer doesn't match the discussion anymore.

As the answers may be searched by other users for similar problems, it's best if you can create focused questions that can get focused answers and create new ones when you get at least part of your initial query solved.

Can you help with this problem?

Provide an answer of your own, or ask blockjason for more information if necessary.

To post a message you must log in.