import --force?
From: André Pönitz <andre_at_wasy.de>
Date: 2007-03-23 12:02:48 CET
Hi all.
I am currently trying to build a repository consisting of
The idea is that a couple of projects create 'something'
I have a working solution for that, but that's Not Nice(tm).
#!/bin/bash
BuildRoot=...
for i in \
I.e. for each file I wich to redistribute I run svn remove and
An improvement would be to create a temporary directory linking
The 'ideal' solution would be some kind of '--force' flag
So the question: Does anybody have an idea how to improve this
Andre'
PS: I could, of course, check out some working copy, copy the new
I could also rsync the stuff to a wc checked out locally on the
-- André Pönitz, Software Developer WASY GmbH, Institute for Water Resources Planning and System Research, Waltersdorfer Straße 105, 12526 Berlin, Germany Register Court: Amtsgericht Charlottenburg, HRB 36263 Management: H.-J. G. Diersch, S. Kaden, I. Michels Phone: +49 30 67 99 98-0; Fax: +49 30 67 99 98-99 Web: www.wasy.de, E-Mail: andre@wasy.de --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Mar 23 12:04:40 2007 |
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.