Re: calling svn copy twice...
From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 8 Dec 2010 10:38:49 -0500
On Wed, Dec 8, 2010 at 6:26 AM, Michael Kessler <kessler.michael_at_gmx.net>wrote:
> 1. svn copy file:///var/repo/prj/trunk file:///var/repo/prj/tags/V1 -m
With the Unix cp command, if you're copying a file, and a directory of that
Actually this default behavior is better than if you actually did replace
There are a variety of pre-commit hooks that can take care of this issue.
For example, I configure my pre-commit hook this way:
file: **/tags/**
file: **/tags/*
The first prevent users from modifying any files under "tags", and the
-- David Weintraub qazwart_at_gmail.comReceived on 2010-12-08 16:39:28 CET |
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.