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

Re: [TSVN] tortoiseSVN import

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-05-23 12:13:09 CEST

Hughes, Trystan wrote:
> Building on from these (as it seems that the initial question has
> been answered). I thought only folders could be imported into the
> repository, which was meant to represent your intended repository
> structure?

Correct, you can only import a folder. The folder itself does not get
added to the repository, only its content. Likewise when you checkout a
folder, that folder in the repo does not get added to your local WC
folder, only its content.

fred/
    Test.c
    Test.h

Import fred into repos/trunk

repos/trunk/
    Test.c
    Test.h

Checkout repos/trunk into bert

bert/
    Test.c
    Test.h

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 23 12:12:22 2005

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

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