Closed
Bug 492977
Opened 16 years ago
Closed 16 years ago
vcs update does not work
Categories
(Skywriter Graveyard :: Version Control, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
0.4.2
People
(Reporter: dangoor, Assigned: dangoor)
Details
Reported by JuanPablo on the mailing list:
I clone
vcs clone ssh://hg@bitbucket.org/my_repository
and in other pc clone, make changes, commit and push
> hg commit -m "new changes ..."
> hg push
... ok
now, if try update in bespin ...
> vcs update
...
get this output
"
vcs update output
hg fetch: invalid arguments
hg fetch [SOURCE]
pull changes from a remote rep ....
"
- note from Kevin:
I can reproduce this on bespin.mozilla.com. I don't know for sure what is being
passed to "hg fetch", but it looks like it *should* be working.
Comment 1•16 years ago
|
||
Moving to new Version Control component.
Component: Server → Version Control
OS: Mac OS X → All
QA Contact: server → version.control
Hardware: x86 → All
| Assignee | ||
Comment 2•16 years ago
|
||
I can confirm that vcs update is working fine in db45fe1a687d
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.3.0
Comment 3•16 years ago
|
||
I can reproduce this bug in 0.4.1
| Assignee | ||
Comment 4•16 years ago
|
||
Reopening for investigation
Status: RESOLVED → REOPENED
Priority: -- → P2
Resolution: FIXED → ---
Target Milestone: 0.3.0 → 0.4.2
| Assignee | ||
Comment 5•16 years ago
|
||
The problem here is that "hg fetch" has two -e options! ugh.
I changed uvc to use --ssh, and that appears to fix this problem.
This fix is in uvc 0.4.1.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•