[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: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-08-30 02:32:51 CEST

On Aug 29, 2007, at 18:48, Rex Zhen 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?

Generally you would check out a working copy from the server, then
copy your newer files over the existing files in the working copy.
Use "svn status" and "svn diff" to ensure these changes are ones you
would like to make. Then "svn commit" to get the changes saved to the
repository.

---------------------------------------------------------------------
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:31:29 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.