Checkin without working copy
From: Dirk Hoffmann <dhoffmann_at_antivir.de>
Date: 2004-08-26 10:24:05 CEST
Hi,
I'm using subversion to hold all the files which go into our product
One java program copies files into the repository another one retrieves
What I need from subversion is the possibility to get back to older
What I don't need are working copies as no user has direct access to the
Getting a file out of the repository is easy using the javahl equivalent
Putting a file into the repository is easy as long as it is the first
But things are getting complicated when a new version of an already
At the moment this is my receipt to achieve that:
1. Checkout the file's parent directory into a temporary working copy.
Doing so has the disadvantage of checking out not only single files but
I considered accessing the repository using webdav clients. But will I
If there was a way to copy new versions of files into the repository
Any thougths on this are very much appreciated.
Regards
-- Software Engineer H+BEDV Datentechnik GmbH <mailto:dhoffmann@antivir.de> Lindauer Strasse 21, 88069 Tettnang, Germany Tel.: +49 (0) 7542-93040 Fax.: +49 (0) 7542-52510 <http://www.antivir.de> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Aug 26 16:38:56 2004 |
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.