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

Re: Import and subfolders

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 13 May 2009 19:32:09 +0400

2009/5/13 Larry Marshall <lcm_at_marshap.com>:
> I am not used to using the command line, since I usually work on Windows and
> use TortoiseSVN. However, currently I’ve got a CentOS box which needs to
> have some code put under Subversion.
>
>
>
> I have a folder called 1000 with subfolders A, B, C ..
>
>
>
> My current directory is set to 1000. I issue the command ‘svn import A
> <repo/trunk>’ and it places all the contents of A into trunk, but not A
> itself. How can I construct the command so it A under trunk with all of A’s
> files?
>

As for me, I usually use "svn add". It is something like the following recipe:
http://subversion.tigris.org/faq.html#in-place-import

Also, if you added something not needed, you can always undo (revert)
the add for those files before committing.

If you are new to command line, do not forget to check the SVN Book.
http://svnbook.red-bean.com/

Also "svn help <command name>" provides a short reference.

Best regards,
Konstantin Kolinko

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2239361

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-13 17:34:34 CEST

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.