Comment 3 for bug 57309

Revision history for this message
Lauri Kainulainen (luopio) wrote :

This time the straight output from console, with all the real stuff (except the username for the server).

Starting from an empty new dir:

$ cp ../KISS/*.php .
$ bzr init
$ bzr add *
added KISSauth.php
added KISSblog.php
added KISScomments.php
added KISSgallery.php
added KISSsmilies.php
$ bzr commit -m "witty remarks go here"
added KISSauth.php
added KISSblog.php
added KISScomments.php
added KISSgallery.php
added KISSsmilies.php
Committed revision 1.
$ rsync -avrze ssh . <email address hidden>:html/lauri/KISS/bzr
<email address hidden>'s password:
building file list ... done

[ a lot of filenames ]

sent 42700 bytes received 544 bytes 5765.87 bytes/sec
total size is 79785 speedup is 1.84
$ bzr branch http://lauri.sokkelo.net/KISS/bzr
bzr: ERROR: No such file: 'http://lauri.sokkelo.net/KISS/bzr/.bzr/repository/knits/16/%254b%2549%2553%2553auth.php-20060822192445-52a9f6c29750ea0b.kndx'
$ ls .bzr/repository/knits/16/
%4b%49%53%53auth.php-20060822192445-52a9f6c29750ea0b.kndx
%4b%49%53%53auth.php-20060822192445-52a9f6c29750ea0b.knit

So it would seem that the problem is related to the apache configuration?

Shame I'm not the admin of that server.. I guess I'll have to rename my files or find another server :( .