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

Re: New User - Importing a project with active changes

From: Lorenz <lorenznl_at_yahoo.com>
Date: Tue, 05 Feb 2008 12:49:12 +0000

Alan Saunders wrote:
>Hi Jean-Marc,
>I was going to ask for more details, You have to appreciate that svn/TSVN
>isn't second nature to me (nor will it be for a while). However, Lorenz has
>provided this. I think I know which way to go now. All is not lost if I get
>it wrong, as I said in my original message, I'm starting from an empty
>repository, so I can always delete it and start again!
>
>My current plan:
>copy my (release) files into the Current folder of a subdirectory organised
>as
>Current
>Changes
>Releases
>Import the folder tree into the root repository.
>Check out a working copy of the current folder
>svn copy this wc into a releases/Version 1 & commit
>svn copy this wc into a changes/Alan & commit

you do not need a wc just for creating the branches/tags, you can do
that in the repository (using TSVNs repo browser)

>switch wc to changes/Alan

and then check out a wc from changes/Alan directly

My proposal in svn-user assumed you wanted to reuse a wc of the trunc
you allready had.

>copy my modified (quite extensive) changes into this working copy
>
>Now.. last question (for now)
>Is there an SVN or TSVN command to migrate the changes into the repository
>en bloc, or will I have to manually add the new files, and commit the
>changed ones?

If I remember correctly, TSVNs commit dialog provides you with a list
of changed files, but also shows unversioned files, that is: the files
you added with your modifications.
If in the course of your modification you also deleted/renames files,
that is something TSVN can't do for you.

There is a command line script of some sort (I think loaddirs.py or
something like that) that could do such guesswork, but for using it
only once ...

-- 
Lorenz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-02-05 13:49:26 CET

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.