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

Re: Newbie Question: How to version an existing folder/file(s)

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Wed, 21 Jul 2010 22:26:00 +0100

On 21 July 2010 18:47, Ash <ash.c3po_at_gmail.com> wrote:
> Folks,
>
> I have a very large project with close to 100 Meg of files.  I got the latest tar balled copy from my colleague which I untared on my machine.
>
> Is there anyway, I can version this folder with my SVN server without actually copying 100 Megs worth of files from there.  Obviously, I want to version my folder so that I can get any future changes directly from the SVN server.
>
> Any help will be highly appreciated.

If the folder tree does not already exist in the repository then you
will have to transmit everything back to the repository. The easiest
way to do that is as described in the manual as "Import in place"
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-import.html#tsvn-dug-import-in-place

If the folder tree already exists in the repository then you either
have to make a fresh checkout, downloading from the repository, or you
can take a copy of someone else's working copy including all the .svn
directories. There is no way to create the .svn directories by magic.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2636497
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-07-21 23:26:14 CEST

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.