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

Re: updateing all but conflicting files

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-30 22:59:45 CET

On Oct 30, 2007, at 08:30, Hari Kodungallur wrote:

> On 10/30/07, Jan Torben Heuer wrote:
>
>> can I update all changed files except those with conflicts? I want
>> to do the
>> merging stuff later, manually...
>
> You can not do it with an svn command. You can update everything
> and for each file that has a conflict, you can revert the changes
> manually. Then again, you might just be able to resolve the
> conflict in the same time :-)

I don't think that would work, Hari. If a file has conflicts when you
update, it means you had local uncommitted modifications before doing
the update. But "svn revert" removes all local modifications, which
you would not want in this case.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 30 23:02:52 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.