Am Donnerstag, den 17.07.2008, 23:15 +0900 schrieb Charles Plessy:
> Strangely correcting dir-prop-base does not work:
Files in .svn are like the repo database and should not be changed by
hand.
> sorbet【biojava】$ cat .svn/dir-prop-base | grep debian.org
> BioJava svn+ssh://plessy@svn.debian.org/svn/pkg-escience/biojava/
> sorbet【biojava】$ LC_ALL=C svn update
> svn: Failed to load properties from disk
> svn: Can't parse '.svn/dir-prop-base'
> svn: Malformed file
>
> Any idea ?
Yes. You probably broke your working copy by editing this file but maybe
it can be reverted. In general, you can easily relocate the repo by
using:
switch --relocate FROM TO
("Relocation" means all changes in the repository path here. Changing
the username is a change of the path as well, since the URI changes.)
You should try to revert the change you made to dir-prop-base and then
call
switch --relocate svn+ssh://svn.debian.org/svn/pkg-escience/biojava/ \
svn+ssh://plessy@svn.debian.org/svn/pkg-escience/biojava/
After another "svn update", all should be fine. Hope that does the trick
for you!
Best regards
Manuel
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil