Sha256: 471b0c288ecfd3e174a0ce8cd817215296cf83763bb405fa3607fbc44ecfcec0

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 KB

Contents

[[PageOutline]]
= Welcome to the <%= server_name %> for <%= project.display_name %> =

This is the home of development for <%= client %>. This page is editable by design. That means YOU. If something is missing, fix it. This is what you make of it so get involved.

== Starting Points ==

 * [<%= svn_url %>/<%= client.path %> Browse all <%= client.display_name %> SVN Repositories]
 * [<%= svn_url %>/<%= client.path %>/<%= project.path %> Browse the <%= project.display_name %> repository]

=== How to check this project out ===

Make sure you have subversion client installed, then you can check the project out using:

{{{
svn checkout http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
}}}

=== How to import existing files into this repository ===

The following example will import all files in the current directory into the repository.

{{{
svn import . http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk -m "initial import"
}}}

=== Using SVN ===

 * [http://tortoisesvn.tigris.org/ For Windows use Tortoise SVN]
 * [http://scplugin.tigris.org/ For OS X use SCPlugin]
 * [http://theappleblog.com/2009/02/23/12-subversion-apps-for-os-x/ There's loads more if you don't like these]

== Starting Points ==

 * TracGuide --  Built-in Documentation
 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
 * TracSupport --  Trac Support

For a complete list of local wiki pages, see TitleIndex.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ktec-subtrac-0.1.38 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.39 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.41 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.43 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.44 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.45 lib/subtrac/project/new/trac/wiki/WikiStart
ktec-subtrac-0.1.46 lib/subtrac/project/new/trac/wiki/WikiStart