OK, thanks for the information. I think, the most reasonable solution for me would be a bash script, which just copies the file to be versioned to my working copy at regular intervals. That should be easy...
> 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. > I looked at the file. Did I get it right that it just puts a single file into repository, but it does not enable any tracking of the changes on the file at its origin? So, for example, if I put the file /home/Ewgenij/test.c into the repository this way and edit test.c then, the repository will not take notice of this editing during the next commit, right? BR Ewgenij