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

Re: How do I compare svn files with external copy of files

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Fri, 1 Feb 2013 13:24:44 -0600

On Fri, Feb 1, 2013 at 12:43 PM, Craig Isdahl <craig_at_dashsystems.com> wrote:
> All -
>
> Farily new to tortoisesvn but it's so easy to use and does a wonderful job.
>
> I'm looking for a way to compare my svn files with copies of the production files to make sure there are no differences? On a few of the websites I manage the customer will sometimes make simple edits directly to the live files rather than through svn, how do I compare the two before editing to ensure I don't overwrite something they've updated?
>

I think first I'd rethink the whole strategy. Making edits outside of
version control pretty much defeats the purpose of version control.

If you're stuck with it, I'd record somehow which revision got
exported to create the live files. Or create a working copy kept in
sync with this revision. When you are getting ready to update the live
files, pull the live files into a working copy at the revision they
are based on, and see if there is anything to commit.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3047139

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-02-01 20:25:10 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.