RE: ignore local change

2010-03-29 Thread Ben Kim
Thanks Bob and David, it's helpful. I'll look whether I can customize diff command. Regards, Ben Kim On Thu, 25 Mar 2010, Bob Archer wrote: BTW: TortoiseSVN does implement the "ignore change list" idea. Although, I would rather go with checking in a template and then using build scripts o

RE: ignore local change

2010-03-25 Thread Bob Archer
BTW: TortoiseSVN does implement the "ignore change list" idea. Although, I would rather go with checking in a template and then using build scripts or deploy scripts to create the correctly named file populating and tokens in the file that need to be customized. BOb > There's no way to do th

Re: ignore local change

2010-03-25 Thread David Weintraub
There's no way to do this easily: Ignoring is only for non-subversion files. For example, if every time I do a build, a directory called "build" is created, I can create an ignore, so that this directory won't show up on "svn status', but if a file is changed and is part of the Subversion reposito

RE: ignore local change

2010-03-25 Thread Bob Archer
> 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 st