up vote 0 down vote favorite
share [g+] share [fb]

I keep a copy of a Subversion Repository on a USB memory stick that is formatted with FAT32.

I am using TortoiseSVN on XP and command line svn 1.6.x on Ubuntu and OSX with this memory stick. I notice that I need to do an svn cleanup just about every time or updates and commits will not work.

I routinely have errors with .lock and *.svn/text-base/** files getting corrupted.

Errors tend to be parameter is incorrect or lock file can not be read

Sometimes svn cleanup works and sometimes chflags -R nouchg *

Is there anything I can do to prevent this?

link|improve this question

feedback

1 Answer

Just a thought.. check that the SVN version of both clients is the same. Your Tortoise and command line tool may be writing incompatible metadata to the .svn folder. Also you may want to investigate if Tortoise caches any metadata that is not getting written to the stick before you eject it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.