Hello community,

here is the log from the commit of package subversion-doc for openSUSE:Factory 
checked in at 2012-02-27 18:37:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion-doc (Old)
 and      /work/SRC/openSUSE:Factory/.subversion-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion-doc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion-doc/subversion-doc.changes    
2011-12-21 15:41:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.subversion-doc.new/subversion-doc.changes       
2012-02-27 18:37:15.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 26 00:25:58 UTC 2012 - [email protected]
+
+- update to /branches/1.7 r4252
+- add BuildRequires for libxml2-tools for post-12.1 factory
+
+-------------------------------------------------------------------

Old:
----
  subversion-doc-1.7.r4229.tar.bz2

New:
----
  subversion-doc-1.7.r4252.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ subversion-doc.spec ++++++
--- /var/tmp/diff_new_pack.MRw45q/_old  2012-02-27 18:37:16.000000000 +0100
+++ /var/tmp/diff_new_pack.MRw45q/_new  2012-02-27 18:37:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package subversion-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           subversion-doc
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
-Version:        1.7.r4229
+%if 0%{?suse_version} > 1210
+BuildRequires:  libxml2-tools
+%endif
+Version:        1.7.r4252
 Release:        0
 BuildArch:      noarch
 #

++++++ subversion-doc-1.7.r4229.tar.bz2 -> subversion-doc-1.7.r4252.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/subversion-doc-1.7.r4229/en/book/ch02-basic-usage.xml 
new/subversion-doc-1.7.r4252/en/book/ch02-basic-usage.xml
--- old/subversion-doc-1.7.r4229/en/book/ch02-basic-usage.xml   2011-11-09 
21:21:35.000000000 +0100
+++ new/subversion-doc-1.7.r4252/en/book/ch02-basic-usage.xml   2011-12-15 
19:44:56.000000000 +0100
@@ -1188,7 +1188,7 @@
       <informalexample>
         <screen>
 $ svn status README
-M       foo
+M       README
 $ svn revert README
 Reverted 'README'
 $ svn status README
@@ -1206,14 +1206,14 @@
 
       <informalexample>
         <screen>
-$ svn status foo
-?       foo
-$ svn add foo
-A         foo
-$ svn revert foo
-Reverted 'foo'
-$ svn status foo
-?       foo
+$ svn status new-file.txt
+?       new-file.txt
+$ svn add new-file.txt
+A         new-file.txt
+$ svn revert new-file.txt
+Reverted 'new-file.txt'
+$ svn status new-file.txt
+?       new-file.txt
 $
 </screen>
       </informalexample>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/subversion-doc-1.7.r4229/en/book/ch04-branching-and-merging.xml 
new/subversion-doc-1.7.r4252/en/book/ch04-branching-and-merging.xml
--- old/subversion-doc-1.7.r4229/en/book/ch04-branching-and-merging.xml 
2011-11-09 21:21:35.000000000 +0100
+++ new/subversion-doc-1.7.r4252/en/book/ch04-branching-and-merging.xml 
2012-01-03 19:44:42.000000000 +0100
@@ -119,7 +119,7 @@
       very safe.  Should something bad happen to your working copy or
       computer, you risk losing all your changes.  Second, it's not
       very flexible.  Unless you manually replicate your changes
-      across different working copies or computers, your stuck trying
+      across different working copies or computers, you're stuck trying
       to make your changes in a single working copy.  Similarly, it's
       difficult to share your work-in-progress with anyone else.  A
       common software development <quote>best practice</quote> is to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subversion-doc-1.7.r4229/en/book/ch09-reference.xml 
new/subversion-doc-1.7.r4252/en/book/ch09-reference.xml
--- old/subversion-doc-1.7.r4229/en/book/ch09-reference.xml     2011-11-28 
23:59:28.000000000 +0100
+++ new/subversion-doc-1.7.r4252/en/book/ch09-reference.xml     2012-02-21 
16:27:53.000000000 +0100
@@ -10874,17 +10874,6 @@
 </screen>
         </informalexample>
 
-        <para>If invoked on a directory that is not a working copy,
-          <command>svnversion</command> assumes it is an exported
-          working copy and prints <quote>exported</quote>:</para>
-
-        <informalexample>
-          <screen>
-$ svnversion
-exported
-</screen>
-        </informalexample>
-
       </refsect1>
 
     </refentry>

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to