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

Re: auto merge and the matter of tabs

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-19 14:52:19 CEST

On Mon, 2004-07-19 at 03:32, Joram Agten wrote:
> Hello
>
> I have the following problem:
>
> - in revision 1020 I have a file with tabs
>
> - in the following revisions (currently 1154)
> there are changes made to the tabs, they are aligned to some column
> (so no fixed tab value)
> additionally changes are made to all the files with some scripts (easy
> to redo)
>
> - I want to restore version 1020 (svn update -r 1020)
> rerun the scripts (now tabs are preserved) these scripts add some
> lines of code
> and then commit,

$ cd working_copy
$ svn cat -r1020 file > file
$ edit file
$ svn commit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 14:53:37 2004

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.