On Sun, 2007-08-19 at 17:13 +0200, Emmanuel Blot wrote: > Not sure to understand: > > If /var/lib/trac/testtrac is your Trac project, it contains Trac > internal files for your project and these files will never be visible > neither in Trac nor in Subversion. > > What is the path of your Trac environment, and the path of your > Subversion repository?
I used this command line to create the svn stuff: svnadmin create /var/lib/subversion/testtrac --fs-type fsfs I used this command line to create the Trac project: trac-admin /var/lib/trac/testtrac initenv and answered: Repository type [svn]> svn Path to repository [/path/to/repos]> /var/lib/subversion/testtrac/ So I thing that my trac environment is "/var/lib/trac/testtrac" and Subversion repository is "/var/lib/subversion/testtrac" Now I expect the files of my freshly created Trac project "testtrac" to be in the Subversion repository and that I am able to check them out using "svn checkout file:///var/lib/subversion/testtrac/" TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
