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. Try the following commands, in the same shell: svnadmin verify D:/PLAN/svnenv svn ls file:///D:/PLAN/svnenv -- 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 -~----------~----~----~----~------~----~------~--~---
