[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: rev 7570 - trunk/subversion/libsvn_fs
From:       striker () tigris ! org
Date:       2003-10-30 19:52:11
[Download RAW message or body]

Author: striker
Date: Thu Oct 30 13:52:10 2003
New Revision: 7570

Modified:
   trunk/subversion/libsvn_fs/fs.c
Log:
* subversion/libsvn_fs/fs.c

  (svn_fs_hotcopy_berkeley): Remove spurious ampersands.


Modified: trunk/subversion/libsvn_fs/fs.c
==============================================================================
--- trunk/subversion/libsvn_fs/fs.c	(original)
+++ trunk/subversion/libsvn_fs/fs.c	Thu Oct 30 13:52:10 2003
@@ -706,18 +706,18 @@
   SVN_ERR (check_bdb_version (pool));
 
   /* Copy the DB_CONFIG file. */
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"DB_CONFIG", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "DB_CONFIG", pool));
   
   /* Copy the databases.  */
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"nodes", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"revisions", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"transactions", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"copies", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"changes", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"representations", 
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "nodes", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "revisions", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "transactions", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "copies", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "changes", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "representations", 
                                  pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"strings", pool));
-  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, &"uuids", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "strings", pool));
+  SVN_ERR (svn_io_dir_file_copy (src_path, dest_path, "uuids", pool));
 
   {
     apr_array_header_t *logfiles;

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic