From 0bcd16311fc4716e726e121a869ba08d1500b97c Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" Date: Tue, 28 May 2013 10:52:30 +0000 Subject: Added a comment: Possible quick solution with rsync --- ...comment_1_7ec34de3140983739080115c82966bf5._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment diff --git a/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment b/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment new file mode 100644 index 000000000..87ef6d130 --- /dev/null +++ b/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" + nickname="donkeyicydragon" + subject="Possible quick solution with rsync" + date="2013-05-28T10:52:30Z" + content=""" +One could achieve the effect of only transmitting the changes of file contents using rsync. + +On the repository that lacks the current version: + +cp latestversionavailable currentversion +rsync remoterepository/currentversion ./currentversion + + + + + +"""]] -- cgit v1.2.3