Martijn Broens wrote:
> _What i intend to do:_
> Add remove, commit to the repro.
>
> _My sittuation:_
> Repository is stored on a NAS
> OS: WinXp pro SPII
>
> _What i Did:_
> Browse to the repository (using windows explorer) rightclick the tree
> and open the reprobrowser. select the project that needs to be checked
> out or where i intend to add another directory.
> after giving the directory the name and comments the attached error
> apperas.
>
> _Remark:_
> I added two screen dumps one showing the repository, error msg, and
> tree. the other showing the versions of both SVN and Turtoise (latest
> version and identical)
> BTW this poblem occurs on 3 machines. when copying the repository to the
> local harddrive all workes fine???
You should not access a repository on a network share via the file:///
method. While the FSFS repository type should work, the BDB type
definitely won't work at all. And even the FSFS type doesn't work on all
network shares - it depends on the filesystem used there. Not sure how
your NAS is implemented, but that could be a problem.
Run
svnadmin recover
on your repository and try again. If that doesn't help, access your
repository either via http/https or svn/svn+ssh (set up a server).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Apr 19 22:19:06 2007