Patch: add svn_client_get_repos_path
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2005-03-20 00:27:02 CET
Here is code that could be added to subversion/libsvn_client/ra.c to add
How can the code check the url so that that I can prevent this
Assertion failed: is_canonical (path, len), file
svn_error_t *
/* use subpool to create a temporary RA session */
SVN_ERR (svn_ra_get_repos_root (ra_session, repos_root, subpool));
/* Copy the repos_root in to the passed-in pool. */
/* destroy the RA session */
return SVN_NO_ERROR;
Barry
---------------------------------------------------------------------
|
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.