>
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
-----Original Message-----
> From: Alexander Maw [mailto:icouldntgetagoodname_at_gmail.com]
> Sent: 29 July 2009 12:54
> To: users_at_subversion.tigris.org
> Subject: Need to run an SVN Update which preserves local changes
>
> Hi
>
> I have a team that needs to be able to run an SVN update
> without local changes being lost. Is there a switch or
> argument for running the Update that will ignore locally
> changed files? We would rather the update would just run,
> determine what have been changed locally and leave them
> alone, without manually working with ignore lists since that
> invites the possibility that things will be ignored after
> they are supposed to be or will not be ignored when they should.
>
> I'm concerned that my only option may be figuring out a
> script to identify locally changed files and set them to be
> ignored, which will also mean ensuring only the correct files
> are ignored and are set back once they are no longer being
> altered and need to sync up again.
>
> Many thanks for your help
> Alex
Svn update is designed to not delete your changes. It will merge other's into your local copy of the files. Have you tried it? Is it not doing what you expected? What were you expected?
Giulio
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2376568
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-29 14:08:16 CEST