On 2020-03-02 9:28 a.m., [email protected] wrote:
I use SVN for anything important. Checkout the files on Mac, edit, submit, then 
checkout on the target machine, repeat as necessary.

That's appropriate for deployment, but if you're following the common case of edit-save-run-remotely that's way too much overhead.

Better is to have a local on the Mac working folder with all your stuff and use rsync over ssh to update the remote server when you make local changes.

Also, I strongly recommend you consider using git instead of svn when using a version control system. It is SO much better, not the least reason being that every checkout also has a complete backup of all the versions, being peer to peer, rather than the versions only being on a single remote host that is easy to lose. It also has better protection against corruption, better merging, lots of other betters.

-- Darren Duncan

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "[email protected]" rather than posting here. 
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/ddfad552-1ada-8c9d-0e6e-5dfa32020daa%40darrenduncan.net.

Reply via email to