> I'm new to svn with trac and apache and get this error trying to check > out: "Error * PROPFIND request failed on '/projects/myproject' > PROPFIND of '/projects/myproject': 200 OK (http://mysite.ath.cx)"
Are you sure that /projects/myproject matches a SVN URL ? It looks like a Trac URL. You need both: Trac URL to manage your project through your web interface, SVN URL to commit and check out files. SVN URLs are handled with the mod_dav_svn module from Apache. You cannot "check out" something out of Trac, only from SVN. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
