Yes Miroslav. Once you create the repository, you will want to verify that you have created a trac environment that points to the expected SVN repository (via the trac-admin initenv command, for example --- although I'm sure there's a way to change which SVN repo you are pointing to either in the trac.ini file or via a trac-admin command).
As Erik states, it is up to you to create the initial directory structure. Most people use trunk to hold a main code line. General practice I believe looks at a /tags directory whenever you would like to snapshot trunk at some revision. Most companies I work at, create either a /users or /sandbox directory structure where each user has the ability to generate code in their own separate "tree" of the repository. This gives programmers a place to store their work, and makes merging and comparing code a bit more rational vs. each coder having their own copy of SVN. TortoiseSVN is just a client, and I'm assuming that it either requires SVN or installs SVN for you. Remember to differentiate between SVN on the server, which is necessary for Trac to work vs. having an SVN client on a remote machine, which is necessary only if you need to check in/check out files. Trac's browser view does not depend on whether or not a remote user has SVN; only if the Trac server itself has SVN installed (and maybe TortoiseSVN is good enough, I don't know). Hope this helps, Vincent Polite On Jan 26, 8:38 am, Erik Bray <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
