[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] issue #2224- copy wc path to itself recurses infinitely -v2

From: Alexander Thomas <alexander_at_collab.net>
Date: 2005-04-22 06:50:29 CEST

[[[
Version 2:, Patch to fix issue 2224 - "svn copy mydir mydir" in a wc
recurses
infinitely
                                                                                                    
* subversion/libsvn_subr/io.c
  (svn_io_copy_dir_recursively): limits recursion to one level for
  wc_path copy to itself
                                                                                                    
* subversion/tests/clients/cmdline/copy_tests.py
  (wc_copy_dir_to_same_dir): Added function to verify failure when
  copying a wc path to itself
  (test_list): Added wc_copy_dir_to_same_dir
]]]

Patch to fix issue 2224 - "svn copy mydir mydir" in a wc recurses
infinitely

* subversion/libsvn_subr/io.c
  (svn_io_copy_dir_recursively): limits recursion to one level for
  wc_path copy to itself

* subversion/tests/clients/cmdline/copy_tests.py
  (wc_copy_dir_to_same_dir): Added function to verify failure when
  copying a wc path to itself
  (test_list): Added wc_copy_dir_to_same_dir

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

Received on Fri Apr 22 06:51:25 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.