Project

General

Profile

Support #824

committing to my branch

Added by Blot, Summer almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code Management
Target version:
Start date:
15 December 2011
Due date:
% Done:

100%

Estimated time:
Workflow:
Closed

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?

#1

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...

#2

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...

#3

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!

#4

Updated by Rogers, Chris almost 12 years ago

  • Target version set to Future MAUS release
  • Workflow changed from New Issue to Closed
#5

Updated by Rogers, Chris almost 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF