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

RE: Re: Newbie: Unable to Create Layout and Import Initial Data (Subversion & TortoiseSVN)

From: Derek Mahar <DMahar_at_penson.ca>
Date: 2004-04-01 21:27:00 CEST

Like I said, you have to create the repository layout in the filesystem
before you import it into your repository. 'svn import' copies all
files in the given path into the repository at the given URL. If the
given URL is the repository root, 'svn import' copies the layout into
the repository root. For example:

mkdir layout
cd layout
mkdir trunk
cd ..
svn import layout file:///E:/ApacheGroup/Apache2/htdocs/svn/repos

The repository root should now contain a single directory called
'trunk'. Note that import does not create directory 'layout', but the
files and directory tree within 'layout'.

Derek

-----Original Message-----
From: Vera Odessa Newman [mailto:mynix@adelphia.net]
Sent: April 1, 2004 1:03 PM
To: Derek Mahar
Cc: users@subversion.tigris.org
Subject: Re: Re: Newbie: Unable to Create Layout and Import Initial Data
(Subversion & TortoiseSVN)

This is what I get when I do the following;

Go to SVN/repos through command prompt

svn import trunk file:///E:/ApacheGroup/Apache2/htdocs/svn/repos
--message "Initial repository layout"
svn: 'trunk' dose not exist

*sigh*

Well I suck..

....so in other words it thinks.... I am trying to import data into the
'trunk/ directory......... .......though all I want to do is make a
trunk directory/layout..

.. thank you for your help.. almost there .. just not sure how close
LOL

Ms. Vera O Newman

>Before attempting to access the repository through Apache, try using
>the file scheme on the server. You'll have to re-create your import
>directory structure on the server, but at least you'll know that you
>your repository exists and is accessible.
>
>svn import trunk file:///E:/ApacheGroup/Apache2/htdocs/SVN/repos
>--message "Initial repository layout"
>
>Derek
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.

AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 21:27:41 2004

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

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