Pushing to shared repo using FTP doesn't work: "Append/Restart not permitted, try again"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Unassigned | ||
Tahoe-LAFS |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I just created a shared repository using an FTP location:
bzr init-repo --rich-root-pack --no-trees ftp://<email address hidden>/bzr-repo
That worked fine.
Afterwards, I tried to push a branch 'proj1' to this newly created repo:
bzr push --remember ftp://<email address hidden>
That command failed with a:
FTP temporary error: 451 /bzr-repo/
[...]
bzr: ERROR: Transport error: FTP temporary error during APPEND /bzr-repo/
See attached .bzr.log for more details.
I am using Bazaar 1.8.
Best regards,
Jonny
Related branches
- Martin Pool: Needs Fixing
- Diff: 68 lines
Changed in bzr: | |
status: | Confirmed → In Progress |
On Thu, 2008-11-06 at 14:35 +0000, Jonny Dee wrote: .bzr/repository /upload/ k2a94q9mf00jznz 50sct.fetch: Append/Restart not permitted, try again. Retrying. .bzr/repository /upload/ k2a94q9mf00jznz 50sct.fetch. Aborting. 451 /bzr-repo/ .bzr/repository /upload/ k2a94q9mf00jznz 50sct.fetch: Append/Restart not permitted, try again
> FTP temporary error: 451 /bzr-repo/
> [...]
> bzr: ERROR: Transport error: FTP temporary error during APPEND /bzr-repo/
It seems like we should be able to work around this by doing 'get remote
file', 'perform append locally, 'push new file'.