Hello community, here is the log from the commit of package subversion-doc for openSUSE:Factory checked in at 2013-12-11 11:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion-doc (Old) and /work/SRC/openSUSE:Factory/.subversion-doc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion-doc" Changes: -------- --- /work/SRC/openSUSE:Factory/subversion-doc/subversion-doc.changes 2013-06-24 09:45:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.subversion-doc.new/subversion-doc.changes 2013-12-11 11:33:14.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Dec 7 17:09:26 UTC 2013 - [email protected] + +- update to /trunk r4562 + +------------------------------------------------------------------- Old: ---- subversion-doc-1.8.r4501.tar.bz2 New: ---- subversion-doc-1.8.r4562.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion-doc.spec ++++++ --- /var/tmp/diff_new_pack.52Q0jg/_old 2013-12-11 11:33:14.000000000 +0100 +++ /var/tmp/diff_new_pack.52Q0jg/_new 2013-12-11 11:33:14.000000000 +0100 @@ -22,7 +22,7 @@ %if 0%{?suse_version} > 1210 BuildRequires: libxml2-tools %endif -Version: 1.8.r4501 +Version: 1.8.r4562 Release: 0 BuildArch: noarch # ++++++ subversion-doc-1.8.r4501.tar.bz2 -> subversion-doc-1.8.r4562.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subversion-doc-1.8.r4501/en/book/ch01-fundamental-concepts.xml new/subversion-doc-1.8.r4562/en/book/ch01-fundamental-concepts.xml --- old/subversion-doc-1.8.r4501/en/book/ch01-fundamental-concepts.xml 2013-03-20 14:48:28.000000000 +0100 +++ new/subversion-doc-1.8.r4562/en/book/ch01-fundamental-concepts.xml 2013-08-07 17:04:17.000000000 +0200 @@ -411,6 +411,21 @@ repository, though, check out <xref linkend="svn.reposadmin"/>.</para> + <warning id="svn.basic.svn-repositories.not-working-copy"> + <para>In Subversion, the client-side object which every user + of the system has—the directory of versioned files, + along with metadata that enables the system to track them + and communicate with the server—is called + a <emphasis>working copy</emphasis>. Although other version + control systems use the term <quote>repository</quote> for + the client-side object, it is both incorrect and a common + source of confusion to use the term in that way in the + context of Subversion.</para> + + <para>Working copies are described later, in + <xref linkend="svn.basic.in-action.wc"/>.</para> + </warning> + </sect2> <!-- =============================================================== --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subversion-doc-1.8.r4501/en/book/ref-svnmucc.xml new/subversion-doc-1.8.r4562/en/book/ref-svnmucc.xml --- old/subversion-doc-1.8.r4501/en/book/ref-svnmucc.xml 2013-02-13 22:11:19.000000000 +0100 +++ new/subversion-doc-1.8.r4562/en/book/ref-svnmucc.xml 2013-11-13 20:38:06.000000000 +0100 @@ -130,7 +130,7 @@ </varlistentry> <varlistentry> - <term>propsetf <replaceable>NAME</replaceable> + <term>propset <replaceable>NAME</replaceable> <replaceable>VALUE</replaceable> <replaceable>URL</replaceable></term> <listitem> @@ -375,7 +375,7 @@ </informalexample> <para>Apply a similar approach to change a file or directory - property. Simply use <command>svnmucc propget</command> + property. Simply use <command>svn propget</command> and <command>svnmucc propsetf</command> instead of <command>svn cat</command> and <command>svnmucc put</command>, respectively.</para> @@ -387,7 +387,7 @@ $ export BASEREV=`svn info ${PROJURL} | \ grep '^Last Changed Rev' | cut -d ' ' -f 2` $ # Get a copy of the directory's "license" property value. -$ svnmucc -r ${BASEREV} propget license ${PROJURL} > /tmp/prop.tmpfile +$ svn -r ${BASEREV} propget license ${PROJURL} > /tmp/prop.tmpfile $ # Tweak the property. $ vi /tmp/prop.tmpfile $ # Commit the new property value. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subversion-doc-1.8.r4501/en/book/ref-svnrdump.xml new/subversion-doc-1.8.r4562/en/book/ref-svnrdump.xml --- old/subversion-doc-1.8.r4501/en/book/ref-svnrdump.xml 2013-02-13 22:11:19.000000000 +0100 +++ new/subversion-doc-1.8.r4562/en/book/ref-svnrdump.xml 2013-07-02 19:24:46.000000000 +0200 @@ -213,7 +213,7 @@ <informalexample> <screen> $ svnrdump dump http://svn.example.com/repos/calc \ - -r 21 --incremental > full.dump + -r 21 --incremental > inc.dump * Dumped revision 21. $ </screen> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
