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.

Try the following commands, in the same shell:

  svnadmin verify D:/PLAN/svnenv
  svn ls file:///D:/PLAN/svnenv

  
I tried this, but I got the same error using the svn command:

D:\PLAN>svnadmin verify D:/PLAN/svnenv
* Verified revision 0.

D:\PLAN>svn ls file:///D:/PLAN/svnenv
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///D:/PLAN/svnenv'


My repository structure is: (may this help?!)

|   format
|   README.txt
|
+---conf
|       svnserve.conf
|
+---dav
+---db
|       changes
|       copies
|       DB_CONFIG
|       fs-type
|       log.0000000001
|       nodes
|       representations
|       revisions
|       strings
|       transactions
|       uuids
|       __db.001
|       __db.002
|       __db.003
|       __db.004
|       __db.005
|
+---hooks
|       post-commit.tmpl
|       post-revprop-change.tmpl
|       pre-commit.tmpl
|       pre-revprop-change.tmpl
|       start-commit.tmpl
|
\---locks
        db-logs.lock
        db.lock

Martin


-- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to