[Bug 564953] Re: Please check earlier for error condition "Target directory "%s" already exists." (in 'bzr branch')

2017-11-08 Thread Jelmer Vernooij
** Tags added: check-for-breezy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/564953 Title: Please check earlier for error condition "Target directory "%s" already exists." (in 'bzr branch') To

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-23 Thread Vincent Ladeuil
** Changed in: bzr Status: New = Confirmed ** Changed in: bzr Importance: Undecided = Medium -- Please check earlier for error condition Target directory %s already exists. (in 'bzr branch') https://bugs.launchpad.net/bugs/564953 You received this bug notification because you are a

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-21 Thread Daniel Hahler
This fails with: $ bzr --profile-imports Traceback (most recent call last): File /usr/bin/bzr, line 59, in module import profile_imports ImportError: No module named profile_imports I've found https://lists.ubuntu.com/archives/bazaar/2006q2/013825.html and tried it with lp:bzr: dan...@base

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-20 Thread Daniel Hahler
So, what's the environment issue exactly? Therefore it might be interesting to have output for comparison. (btw: this is with a cold disk cache) ** Changed in: bzr (Ubuntu) Status: Incomplete = Invalid -- Please check earlier for error condition Target directory %s already exists. (in

Re: [Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-20 Thread Robert Collins
Its taking 5 seconds after loading bzr's core to finish loading enough to start processing your command. --profile-imports might help diagnose that. -- Please check earlier for error condition Target directory %s already exists. (in 'bzr branch') https://bugs.launchpad.net/bugs/564953 You

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-19 Thread Daniel Hahler
Cannot you run this yourself? What's your time for the same command? $ time bzr -Dhpss branch lp:ubuntu/popfile /tmp/foo.log Branched 13 revision(s).uild phase:Apply phase:adding file 20/26 HPSS calls: 11 (0 vfs)

Re: [Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-19 Thread Robert Collins
Yes I can run it, but if you are the one seeing a problem, it can be an environmental issue. And, at least partly, it is: 4.544 encoding stdout as sys.stdin encoding 'UTF-8' It takes you 4.5 seconds to get bzr up and running. 5.977 hpss: Built a new medium: SmartSSHClientMedium 1.5 seconds

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-18 Thread Robert Collins
We already check as pretty much the second thing we do: - we open the branch - we mkdir the target directory. So if its taking 15 seconds, this bug probably really wants to be 'taking 15 seconds to open a branch'. Could you please run with bzr -Dhpss and attach the ~/.bzr.log output for that?

Re: [Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-18 Thread Andrew Bennetts
Robert Collins wrote: We already check as pretty much the second thing we do: - we open the branch - we mkdir the target directory. So if its taking 15 seconds, this bug probably really wants to be 'taking 15 seconds to open a branch'. Could you please run with bzr -Dhpss and attach the

Re: [Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-18 Thread Robert Collins
I think its a valid bug, but checking the target dir earlier will add unnecessary network round trips, so I don't think its valid *as described*. -- Please check earlier for error condition Target directory %s already exists. (in 'bzr branch') https://bugs.launchpad.net/bugs/564953 You received

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-16 Thread Andrew Bennetts
** Summary changed: - Please check earlier for error condition Target directory %s already exists. + Please check earlier for error condition Target directory %s already exists. (in 'bzr branch') ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr (Ubuntu)