On Fri, Jan 23, 2009 at 9:27 AM, miroslav_karpis <[email protected]> wrote: > > Hi All, > > I have just today installed Trac - I have followed the 'Trac-Windows > installation instructions' (http://trac.edgewall.org/wiki/ > TracOnWindows) but: > > - I'm running Trac under Windows server 2003 > - I don't have installed Apache (do I need it?) > Steps I did: > 1- I have installed TortoiseSVN (I hope that it's ok - that I didn't > install subversion. Reason is that I don't have Apache) > 2- I have creader a directory and execudet SVN on top of it - SVN > created file and folder structure (folders: conf, hooks, locks...etc). > Folders like 'Branches' or 'Trunk' were not created > 3 - During creating the Trac project I have added that path to my new > SVN > 4 - everything went well - no error message > 5 - When I logged in my Trac project and looked in to 'Browse > Resource' - it is empty. Only I see is message 'No files found' > > Please, what am I doing wrong - what did I miss? > > Thanks...
SVN repositories are empty upon creation. What were you expecting? It doesn't enforce any particular structure within the repo. You need to check out a working copy of the repo and start adding to it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
