On 3/24/08, Oleg Alexander <olegalexander_at_gmail.com> wrote:
> This new feature is *almost* exactly what we need. The only problem with it
> is that it only appends the last subfolder of the path to the "Default
> checkout path". We would actually want it to append the entire path, like
> this:
>
> URL: file:///D:/SVN/MayaTest/AnotherFolder/AndAnother
> Checkout path: Z:\MayaTest\AnotherFolder\AndAnother
There is another way to get what you want, though I'm not sure how
will it will fit your set up.
We use a repository for each project. When someone wants to check out
a project, they go to the project's information folder and click on
"Check Out Project Sources". This launches a BAT file that creates a
new folder. under C:\Projects\year\name, then does an SVN check out to
populate it. It also initializes local configuration from templates
stroed in SVN.
So far, we have no need to force people to use this mechanism because
it is much easier to use than directly checking out through TSVN or
SVN.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-03-25 21:41:54 CET