Comment 3 for bug 1193156

Revision history for this message
James Thorrold (jthorrold) wrote :

Have tried commiting files on the server itself, it doesn't seem to increment the revision number. This is the output from bzr commit -m "test message" :

user@server:~/staging/trunk$ bzr commit -m "test message"
Committing to: /home/user/staging/trunk/
added .bzrignore
modified www/test.txt

Killedng data locally - Stage:repacking texts:texts 217/644

Once the commit command is run, the lock is still in place, I cannot commit any other files unless I run: bzr break-lock --force.

Any ideas?