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

Re: installing SVN after development has started

From: Ivan Aleman <bonovoxmofo_at_gmail.com>
Date: 2007-01-18 19:39:07 CET

Well I think it's fairly simple, just install subversion create the
environment to host a new repository (create your trunk, branches and
tags) do a checkout of that repository so you will grab an empty
working copy, after this copy all the files from the first set (to me
doesn't make much sense) and add these files to the repo 'svn add'
then commit to the repo 'svn ci' after this overwrite the first set of
files of your working copy with the second set of files (the newest
ones) and commit the changes and add the new files if any 'svn st' is
a command to see the status of the files in the working copy, tyr 'svn
help <command>' very handy.

You can so this using branches and then merging but try this only if
you want to complicate your life, result will be the same.

Hope this helps, good luck!

2007/1/18, Stephen Winnall <steve@winnall.ch>:
> I'm new to Subversion and I'd like to start using it for some
> projects which have already been under development for
> some time. I have copies of the original files for the projects
> and would like to put these into the repository as the initial
> version and then take the current status and load it as a
> subsequent version on top of the initial version,
>
> I've no doubt this question has been asked many times before
> (and I apologise for that), but I haven't been able to find the
> right combination of keywords to make the mailing list archive
> or Google spit it out, and I have a similar problem with the Book.
>
> Could someone please point me at what I should be reading
> or give me a hint as to what terms I should be looking for.
>
> Regards
> Steve
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Iván Alemán -- bonovoxmofo.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 18 19:39:39 2007

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.