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

ignore local change

From: Ben Kim <bkim_at_tamu.edu>
Date: Thu, 25 Mar 2010 11:54:37 -0500 (CDT)

Dear list,

version: subversion 1.6.6 on cygwin, FC12 and also tortoise svn.

I have some local changes that I want to keep, and wish they did not show
up in svn status.

For example,
on production
         mail = "#users_real_email#"
on dev machine
         mail = "#fake_email_for_debugging#"

I want subversion to ignore this difference when I do "svn status"
locally.

< mail = "#users_real_email#"

---
> mail = "#fake_email_for_debugging#"
But if there are other changes except for this, I want them to show upon
"svn status".
There is a need to change the file from time to time, so I don't want to 
put the whole file in svn:ignore list.
Is there a feature in subversion or subversion-perl that allows me to let
subversion "ignore" only certain differences within a file?
Thanks.
Ben Kim
Received on 2010-03-25 17:55:58 CET

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.