Doesn't support uploading symlinks
Bug #214825 reported by
Jelmer Vernooij
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
bzr Upload plugin |
Fix Released
|
Wishlist
|
Neil Santos |
Bug Description
affects bzr-upload
It would be nice if bzr-upload supported uploading symlinks.
--
Jelmer Vernooij <email address hidden> - http://
Jabber: <email address hidden>
Related branches
lp://staging/~rls/bzr/transport-link-and-symlink-support
- Martin Pool: Approve
- Neil Santos (community): Approve
- Martin Packman (community): Approve
-
Diff: 181 lines (+111/-4)4 files modifiedbzrlib/tests/per_transport.py (+46/-0)
bzrlib/transport/__init__.py (+13/-1)
bzrlib/transport/local.py (+28/-1)
bzrlib/transport/sftp.py (+24/-2)
lp://staging/~jelmer/brz/upload-symlinks
- Vincent Ladeuil: Approve
-
Diff: 240 lines (+67/-40)3 files modifiedbreezy/plugins/upload/cmds.py (+60/-35)
breezy/plugins/upload/tests/test_upload.py (+5/-3)
breezy/transport/sftp.py (+2/-2)
Changed in bzr-upload: | |
assignee: | nobody → Neil Santos (rls) |
status: | Confirmed → In Progress |
Changed in brz: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | In Progress → Fix Released |
Changed in bzr-upload: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
1) No need to report it twice
2) No need to report it twice
3) That can work only if the protocol used allows creating symlinks
4) That can work only if the server support symlinks
But yes, that would be nice were applicable :)