Martin Pernollet wrote: > Christian Boos wrote: > > Martin wrote: > > > >> Hello all, > >> > >> I'm trying to set up a local subversion repository on Windows. > >> I can create it with the command: > >> > >> svnadmin create D:/PLAN/svnenv > >> > >> I however have a problem to put a project on it: > >> > >> svn import ./skeleton/ file:///D:/PLAN/svnenv > >> > > > > That's the correct syntax, though. > > You certainly have a different issue, like some files in the repository > > are not readable. > >... > > My repository structure is: (may this help?!) > yes > +---db > | changes > | copies > | DB_CONFIG You have a BDB backend. Given that you created the repository without using the `--fs-type`, this means that you're using a quite old release, which probably behaves differently than everyone else recent release w.r.t the handling of file: URLs ;)
My best advice would be: upgrade to 1.3.2, recreate your repository and try again ... -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
