On Dec 18, 2010, at 12:10 PM, LuKreme wrote:

>> Long story: I manage my config files for 2 FreeBSD servers using SVN. I have 
>> a repository somewhere, a local working copy, and 2 remote servers. 
>> Unfortunately it happens quite often that I'm tweaking various config files 
>> on a remote server, and have no time for an immediate SVN commit. So I need 
>> a way to synchronize production files with working copy files, easily. I 
>> can't do it manually, there are 280 files, growing. A simple "compare 
>> server01:/etc with the local copy" would be so great!
> 
> Um… I think one of the advantages of Git is making this type of thing much 
> more transparent. I'm sure it's possible with SVN, but that really doesn't 
> have anything to do with BBEdit.
> 
> Or am I missing something?


I think the O.P. is missing something when for some reason there is time to 
post an incomplete question to a mailing list but for some reason there isn't 
time to do an "svn commit". After which an "svn update" on the other server 
would put an end to the issue.

There isn't anything in this scenario favoring git. There is one master copy. 
One person doing the changes. Isn't even anything requiring svn. Svn is good 
for keeping an archive of changes, and its good for simultaneously making 
different changes on different machines then reconciling the two differing 
edits.

But if you have a collection of files on one machine that you wish to be 
identical on another then rsync(1) is your friend. Its included in MacOS X (or 
Xcode). Have to install it from /usr/ports/net/rsync on FreeBSD.

Rsync is smart enough not to blindly copy every file, only changed files, and 
then only the changed portions.

--
David Kelly N4HHE, [email protected]
========================================================================
Whom computers would destroy, they must first drive mad.



-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to