Extensions for common requirements
From: Dirk Hoffmann <dh.discuss_at_web.de>
Date: 2005-05-12 11:34:15 CEST
Hi,
this posting is in reply to "Can you set properties on a file without
I opened a new thread as it adresses a broader range of problems.
In the system we are developing svn is accessed through automated
The patches are against version 1.1.0-rc2.
They are intended to give others some hints on how they can create their
Note that I'm not an expert on svn internals.
I've attached a tgz (hope it will make it to the list) containing a
The way the changes are applied to svn's sources aims at minimizing
(That's because I think some of those will never find their way into
Of course I would be happy if the subversion developers reviewed this
Features:
[libsvn_client]
New functions:
* svn_client_rename()
This function does the same as svn_client_move with the following
Added new argument to wc_to_wc_copy that controls if copying into
* svn_client_head_revision()
Return the numerical value of the head revision of the repository
* svn_client_repos_root()
Return the url of the repository containing the given resource
* svn_client_put()
Copy local file into the repository without needing a local working
* svn_client_kind()
Get the node kind of specified files or URLs.
* svn_client_prop_set()
Set a property without needing a local working copy
[clients/cmdline]
Added following commands:
put - see svn_client_put() above
[javahl]
Added following methods:
put - see svn_client_put() above
Feedback welcome.
Regards
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.