Support #824
committing to my branch
100%
Description
I'm trying to commit files to my branch in launchpad, following the instructions on the wiki, but I get this error:
blotsd@orion:~/maus$ bzr commit -m 'Straight Track PR for Tracker' src/map/MapCppStraightTrack/MapCppStraightTrack.cc
Committing to: /home/blotsd/maus/
aborting commit write group: PathsNotVersionedError(Path(s) are not versioned: src/map/MapCppStraightTrack/MapCppStraightTrack.cc)
bzr: ERROR: Path(s) are not versioned: devel/src/map/MapCppStraightTrack/MapCppStraightTrack.cc
What am I doing wrong?
Updated by Rogers, Chris almost 12 years ago
Problem is you haven't got a branch there. I can help you fix it - I will be in my office tomorrow R2 3-12 ASTeC intense beams group - or try doing something like
bzr init bzr push lp:<name_of_new_branch>
which might work. Probably best to backup first...
Updated by Rogers, Chris almost 12 years ago
Hang on I read the error message again. Try doing
bzr add src/map/MapCppStraightTrack/MapCppStraightTrack.cc bzr commit -m 'Straight Track PR for Tracker' src/map/MapCppStraightTrack/MapCppStraightTrack.cc bzr push
Probably easiest just to come round...
Updated by Blot, Summer almost 12 years ago
I just made a branch and pushed to it with Adam's help! I will be needing a jenkins account, but Tunnel is going to show Adam how to make me one tomorrow so that he can learn how to do that. Then, I should be all set to start really developing!
Thanks!
Updated by Rogers, Chris almost 12 years ago
- Target version set to Future MAUS release
- Workflow changed from New Issue to Closed
Updated by Rogers, Chris almost 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100