forked from pool/unison
This commit is contained in:
committed by
Git OBS Bridge
parent
d0e732ecc6
commit
d12b2032f5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a2ce8869e5460eb631a1e5eceed65b17b711e9b31fea2e9ba073ce3b79ac49c
|
||||
size 587406
|
@@ -36,7 +36,7 @@ BLOCKQUOTE{margin-left:4ex;margin-right:4ex;text-align:left;}
|
||||
<BR>
|
||||
<div id="manualheader"><DIV CLASS="center"><FONT SIZE=7><FONT COLOR=black>Unison File Synchronizer</FONT><BR>
|
||||
<FONT SIZE=6><FONT COLOR=black>User Manual and Reference Guide</FONT><BR>
|
||||
<FONT SIZE=5>Version 2.27.24<BR>
|
||||
<FONT SIZE=5>Version 2.27.47<BR>
|
||||
</FONT></FONT></FONT></DIV></div><BR>
|
||||
<BR>
|
||||
<!--TOC section Contents-->
|
||||
@@ -101,7 +101,7 @@ BLOCKQUOTE{margin-left:4ex;margin-right:4ex;text-align:left;}
|
||||
<A HREF="#ssh"><FONT SIZE=4><B>Installing Ssh</B></FONT></A><BR>
|
||||
•<A HREF="#ssh-unix">Unix</A><BR>
|
||||
•<A HREF="#ssh-win">Windows</A><BR>
|
||||
<A HREF="#news"><FONT SIZE=4><B>Changes in Version 2.27.24</B></FONT></A><BR>
|
||||
<A HREF="#news"><FONT SIZE=4><B>Changes in Version 2.27.47</B></FONT></A><BR>
|
||||
|
||||
</BLOCKQUOTE>
|
||||
|
||||
@@ -2373,7 +2373,7 @@ system, you may find that Unison's default method for detecting changes
|
||||
(which involves scanning the full contents of every file on every
|
||||
sync—the only completely safe way to do it under Windows) is too slow.
|
||||
Unison provides a preference <TT>fastcheck</TT> that, when set to
|
||||
<CODE>yes</CODE>, causes it to use file creation times as 'pseudo inode
|
||||
<CODE>true</CODE>, causes it to use file creation times as 'pseudo inode
|
||||
numbers' when scanning replicas for updates, instead of reading the full
|
||||
contents of every file. <BR>
|
||||
<BR>
|
||||
@@ -2554,9 +2554,9 @@ you have trouble, you might try this one instead:
|
||||
hosts, provide your remote user name when providing the remote root
|
||||
(i.e., <CODE>//username@host/path...</CODE>).
|
||||
</OL>
|
||||
<hr><!--TOC section Changes in Version 2.27.24-->
|
||||
<hr><!--TOC section Changes in Version 2.27.47-->
|
||||
|
||||
<H2 CLASS="section"><A NAME="news"></A>Changes in Version 2.27.24</H2><!--SEC END -->
|
||||
<H2 CLASS="section"><A NAME="news"></A>Changes in Version 2.27.47</H2><!--SEC END -->
|
||||
|
||||
Changes since 2.17:
|
||||
<UL CLASS="itemize"><LI CLASS="li-itemize">
|
||||
@@ -2566,6 +2566,9 @@ donate, you can find a link to the donation page on the
|
||||
<A HREF="http://www.cis.upenn.edu/ bcpierce/unison/lists.html">Unison home
|
||||
page</A>.<BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||
interface by Craig Federighi. Thanks, Craig!!!<BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Several small fixes to the GTK2 UI to make it work better under
|
||||
Windows [thanks to Karl M for these].<BR>
|
||||
<BR>
|
||||
@@ -2633,7 +2636,12 @@ per-path basis. [Thanks to Alan Schmitt for this.]<BR>
|
||||
the + and - annotations in diff's output are reversed).<BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Added <CODE>.mpp</CODE> files to the “never fastcheck” list (like
|
||||
<CODE>.xls</CODE> files).
|
||||
<CODE>.xls</CODE> files). <BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Ignore all-whitespace lines in preference files<BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Small fix to ctime (non-)handling in update detection under windows
|
||||
with fastcheck.
|
||||
</UL><BR>
|
||||
<BR>
|
||||
<LI CLASS="li-itemize">Many small bugfixes, including:
|
||||
@@ -2906,9 +2914,6 @@ this interface.
|
||||
<UL CLASS="itemize"><LI CLASS="li-itemize">Added an <TT>ignorelocks</TT> preference, which forces Unison to override left-over
|
||||
archive locks. (Setting this preference is dangerous! Use it only if you
|
||||
are positive you know what you are doing.)
|
||||
<LI CLASS="li-itemize">Running with the <TT>-timers</TT> flag set to true will now show the total time taken
|
||||
to check for updates on each directory. (This can be helpful for tidying directories to improve
|
||||
update detection times.)
|
||||
<LI CLASS="li-itemize">Added a new preference <TT>assumeContentsAreImmutable</TT>. If a directory
|
||||
matches one of the patterns set in this preference, then update detection
|
||||
is skipped for files in this directory. (The
|
3
unison-2.27.47.tar.gz
Normal file
3
unison-2.27.47.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83d431715fbf2b2688c5ec0c9d82aa9f62520eadbc3a3b9f95d8a087a0137b50
|
||||
size 617108
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de
|
||||
|
||||
- Updated to 2.27.47:
|
||||
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||
interface by Craig Federighi.
|
||||
* Ignore all-whitespace lines in preference files
|
||||
* Small fix to ctime (non-)handling in update detection under windows
|
||||
with fastcheck.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 08:07:32 CEST 2007 - tsieden@suse.de
|
||||
|
||||
- Updated to 2.27.29:
|
||||
* small bugfixes - mostly windows related
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 07:51:23 CEST 2007 - tsieden@suse.de
|
||||
|
||||
- fix build (BuildRequires lablgtk2-devel only if suse_version >1020)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 01:30:37 CEST 2007 - ro@suse.de
|
||||
|
||||
|
32
unison.spec
32
unison.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package unison (Version 2.27.24)
|
||||
# spec file for package unison (Version 2.27.47)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -11,16 +11,21 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: unison
|
||||
BuildRequires: gtk2-devel lablgtk2-devel ncurses-devel update-desktop-files
|
||||
License: GNU General Public License (GPL)
|
||||
BuildRequires: gtk2-devel ncurses-devel update-desktop-files
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: lablgtk2-devel
|
||||
%else
|
||||
BuildRequires: lablgtk2
|
||||
%endif
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Other
|
||||
Autoreqprov: on
|
||||
Version: 2.27.24
|
||||
Release: 12
|
||||
AutoReqProv: on
|
||||
Version: 2.27.47
|
||||
Release: 1
|
||||
Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
|
||||
Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html
|
||||
Source2: %name.desktop
|
||||
URL: http://www.cis.upenn.edu/~bcpierce/unison
|
||||
Url: http://www.cis.upenn.edu/~bcpierce/unison
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A file synchronization tool
|
||||
|
||||
@@ -66,8 +71,19 @@ rm -rf $RPM_BUILD_ROOT;
|
||||
%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html
|
||||
/usr/share/applications/*
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sun Oct 07 2007 - tsieden@suse.de
|
||||
- Updated to 2.27.47:
|
||||
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||
interface by Craig Federighi.
|
||||
* Ignore all-whitespace lines in preference files
|
||||
* Small fix to ctime (non-)handling in update detection under windows
|
||||
with fastcheck.
|
||||
* Fri Aug 24 2007 - tsieden@suse.de
|
||||
- Updated to 2.27.29:
|
||||
* small bugfixes - mostly windows related
|
||||
* Thu Aug 23 2007 - tsieden@suse.de
|
||||
- fix build (BuildRequires lablgtk2-devel only if suse_version >1020)
|
||||
* Fri May 25 2007 - ro@suse.de
|
||||
- added lablgtk2-devel to buildreq
|
||||
* Wed Apr 25 2007 - mhopf@suse.de
|
||||
|
Reference in New Issue
Block a user