[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting installed

From: Stefan Hett <stefan_at_egosoft.com>
Date: Fri, 29 Jan 2016 12:51:44 +0100

Hi Docfxit,
> Sorry for the confusion.
>
> Where am I supposed to Create a new directory for the source? Is it in the repository folder or anyplace?
>
> Thanks,
>
> Docfxit
I take it there's some confusion between what a repository and what a
working copy is.
Simply speaking think of the repository as a database which runs in the
backend. You never directly work with that created folder there.

Instead you do a checkout of that repository in a new folder (for
instance: C:\Batch) which is called the "working copy" or "work directory".
All work is done in that work directory.
Depending on how you created the repository and the checkout, you either
have or don't have already a couple of directories now in the working
directory aka:
C:\Batch\trunk
C:\Batch\branches
C:\Batch\tags

If you don't, check out the URL you used to checkout the directory. If
it is directly: "file:///C:/BatchRepository/" then I suggest you create
the three directories in the working directory, add them to SVN and
commit them.
Afterwards you want to do a checkout to "file:///C:/BatchRepository/trunk".

 From that point on, you create files/folders directly in C:\Batch.

-- 
Regards,
Stefan Hett, Developer/Administrator
EGOSOFT GmbH, Heidestrasse 4, 52146 Würselen, Germany
Tel: +49 2405 4239970, www.egosoft.com
Geschäftsführer: Bernd Lehahn, Handelsregister Aachen HRB 13473
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3157567
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-01-29 12:51:54 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.