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

Re: syn file to svn

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-08-30 02:20:18 CEST

On 8/29/07, Rex Zhen <rexzhen@yahoo.com> wrote:
> i have a lot files which are newer than those in the svn repository
> with the same name. how can I import all those files and still keep
> the history?

1) Check out from the repository
2) Overlay your copies
3) Commit

Assuming that keeping history is the right thing to do. If they're
truly different files, it should be:

1) Check out from the repository
2) Delete
3) Commit
4) Copy your files into the working copy
5) Add
6) Commit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 30 02:17:38 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.