Q: How to merge my changes back to a shared repository?
Claudius Schnörr
Claudius.Schnoerr at gmx.de
Sat Jan 7 07:21:01 GMT 2006
Hello,
I just started to use bzr (bazaar-ng) 0.6.2.
All works fine so far except that I'm not able to update my changes to a
shared repository.
What I did so far:
- bzr branch sftp://user@host//opt/BZRrep/Testproj
- cd Testproj
- edit some files
- bzr commit -m "some changes"
Now, with the following commands I get errors:
- bzr export sftp://user@host//opt/BZRrep/Testproj
- bzr export sftp://user@host//opt/BZRrep
- bzr merge
- bzr export sftp://user@host/opt/BZRrep/Testproj
- bzr export sftp://user@host/opt/BZRrep
bzr: ERROR: [Errno 2] No such file or directory:
'sftp://user@host//opt/BZRrep/Testproj'
command: '/bin/bzr' 'export' 'sftp://user@host//opt/BZRrep/Testproj'
pwd: u'/dokus/Claudius/trans/Testproj'
error: exceptions.OSError
at tree.py line 296, in dir_exporter()
see ~/.bzr.log for debug information
Can anybody help?
I thank you in advance,
Claudius
More information about the bazaar
mailing list