views:

396

answers:

2

Hi All!

I try to import my old project to new SVN server (svn + web_dav+apache), but however I get some weird error while importing with tortoiseSVN.

Adding: C:\tmp\carpirate\test  
Adding: C:\tmp\carpirate\test\crawlerTestSuite  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestP2p.java  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestMessageHandler.java  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestGui.java  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestListener.java  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestServerConnection.java  
Adding: C:\tmp\carpirate\test\crawlerTestSuite\TestCollectorMind.java  
Error: Could not open the requested SVN filesystem

I checked read/write permissions from repository (tried to set all to 777), but nothing works. Neither commit do the job.

Do you have any clues, what I'm missing?

A: 

Is this a problem of repo format (BDS Berkeley DB or FSFS)?

If so, see Subversion FAQ How do I convert my repository from using BDB to FSFS or from FSFS to BDB?

VonC
VonC
No, it should be abstracted trough webdav and apache.Above all it is a brand new repository and I try to import clean data without any information about old repository.
p4553d
@p4553d interesting. Let us know (by posting here an answer) if you find the root cause of that message.
VonC
A: 

We solved the problem, but the solution is a little bit messy and disappointing.

We moved repository parent to a path, with full read/write permissions for apache, authentication files were moved to apache configs, after all that it works.

I suspect it was matter to exclude plesk from webdav access.

p4553d