Re: Getting files from folders outside of your repository versioned
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Thu, 25 Nov 2010 14:44:09 -0600
On Nov 25, 2010, at 07:49, Ewgenij Sokolovski wrote:
>> 2. You turn the directory where the file is stored a working copy.
I don't think you'll find that feature in Subversion. Though, again, you could write a script, and instead of directly calling "svn commit", you would call your script, which would "svn commit" in your working copy and again in the system configuration directory. If there are changes in both places this would result in two revisions with two log messages, of course, and the commits would not be atomic.
>> I believe there also was a script or so to upload a single file to a
I believe he's thinking of "svnput" whose source is here:
http://svn.apache.org/repos/asf/subversion/trunk/tools/examples/svnput.c
Or you could probably write something equivalent using any of the language bindings.
|
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.