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

[PATCH] issue#2317 - Problem with Peg Revisions for files containing '@'

From: Alexander Thomas <alexander_at_collab.net>
Date: 2005-07-04 12:27:20 CEST

Patch seems to be working fine. :)
Now for svn commands to handle filename containing '@', add extra '@'
sign at the end of the target PATH or URL. Algorithm will automatically
add HEAD or BASE for target URL or PATH respectively.

[[[
Fix for issue 2317 - Problem with Peg Revisions for
files containing '@'.

* subversion/include/svn_types.h
  Created new macros for revision keywords.

* subversion/libsvn_subr/opt.c
  (revision_from_word): Modified to use new revision keyword macros.
  (svn_opt_parse_path: Modified.

* subversion/tests/clients/cmdline/basic_tests.py
  (basic_peg_revision): New test.
  (test_list): Added basic_peg_revision to list.
]]]

-Alexander Thomas (AT)

Fix for issue 2317 - Problem with Peg Revisions for files containing '@'.

* subversion/include/svn_types.h
  Created new macros for revision keywords.

* subversion/libsvn_subr/opt.c
  (revision_from_word): Modified to use new revision keyword macros.
  (svn_opt_parse_path: Modified.

* subversion/tests/clients/cmdline/basic_tests.py
  (basic_peg_revision): New test.
  (test_list): Added basic_peg_revision to list.

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

Received on Mon Jul 4 12:58:06 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.