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

Re: Update Repository

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-03 17:27:13 CEST

On May 3, 2006, at 17:09, TOmaROck - The Advanced Rocket wrote:

> The subversion has not be installed in my server and I've made some
> modifications in my files(locally). Now the subversion was
> reinstalled and the dump was restored with the last revision before
> I remove subversion from server.
>
> How can I apply the changes into my new subversion?

Did you make the changes in a working copy? If so, just commit the
working copy.

If you instead made the changes to some kind of non-working-copy
local directory, then you'll need to check out a working copy from
the new repository. Then manually copy all files from your edited
version over the ones in the working copy. Use "svn status" to see if
there are any new files that you need to "svn add." By hand, or using
a diff tool of some sort, discover if there are any files from the
working copy that you need to "svn rm". Test the changes, and commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 3 17:30:37 2006

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.