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

Re: importing into subversion

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-02-14 19:05:27 CET

pingu wrote:
> Hi, i have read a lot online, and am confused as to how you import a project
> into your repository.
>
> This page http://www.germane-software.com/~ser/R_n_R/subversion.html here
> says that you should create the dir structure (trunk, tags, branches) before
> you import your project.
>
> Whereas this page
> http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html?page=2 here
> suggests you import your project as is, but append /trunk to the import line
> e.g
>
> svn import -m "Importing project widget" \
> ~/MyWorkArea/ProjectWidget \
> http://localhost:8008/svn/ProjectWidget/trunk
>
> Which is correct? are they any different?
>
> Please can someone help.

Hello.

You've emailed the Subversion development list, which is focused on
discussion about the development of Subversion, not usage questions.
Your message is more appropriate for the users@ list. In the future,
please send similar questions there.

That being said, you may be able to find some information by looking in
the "Getting Data into your Repository" section of the Subversion Book:
http://svnbook.red-bean.com/nightly/en/svn.tour.importing.html

Good luck,
-Hyrum

Received on Wed Feb 14 19:05:51 2007

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

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