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

[Patch] issue 1954 v4

From: VK Sameer <sameer_at_collab.net>
Date: 2004-12-14 12:47:40 CET

Hello,

Here is the updated patch after review. I still have to fix the tests
and check the call sites.

Thanks
Sameer

Resolve issue #1954: Error on add or import of a path that is
invalid in Subversion.

* subversion/include/svn_path.h
  (svn_path_check_valid): New function.

* subversion/libsvn_subr/path.c
  (svn_path_check_valid): New function.

* subversion/libsvn_wc/copy.c
  (copy_file_administratively): Call svn_path_check_valid().
  (svn_wc_copy): Same.

* subversion/libsvn_wc/adm_ops.c
  (svn_wc_add): Same.

* subversion/libsvn_wc/update_editor.c
  (add_directory, add_or_open_file): Same.

* subversion/libsvn_client/copy.c
  (wc_to_wc_copy): Same.

* subversion/libsvn_client/add.c
  (add_dir_recursive, add_file): Same.

* subversion/libsvn_client/commit.c
  (import_file, import_dir): Same.

* subversion/tests/clients/cmdline/commit_tests.py
  (tab_test): New test.
  (test_list): Run it XFail.
  (commit_uri_unsafe): Moved tab test parts to (tab_test)

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

Received on Tue Dec 14 12:48:57 2004

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.