views:

99

answers:

2

hi all

i've encountered some problems which i can't resolve. Any help is really appreciated.

my customer uses mac and pc. tortoise on pc, scplugin on mac.

when mac creates new directory, adds it to repository and commits it pc user can't update to the new version. The error is "Can't create directory /.svn. The System can't find the path"

when pc creates the directory, mac can update without problems. so i think that mac is messing around.

I don't know how to solve it.

Thank you for any advices. Best regards

A: 

It sounds like someone is trying to add or commit the .svn directory to the repository. Make sure this directory is not in the repository.

Michael Hackner
thx, i'm going to try it this way
Xavier Hayoz
A: 

I added .svn to the global-ignores section of the scplugin config file

Xavier Hayoz