[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5472 - trunk/subversion/libsvn_client

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-26 21:48:48 CET

cmpilato@tigris.org writes:

> Author: cmpilato
> Date: Wed Mar 26 13:16:21 2003
> New Revision: 5472
>
> Modified:
> trunk/subversion/libsvn_client/add.c
> Log:
> * subversion/libsvn_client/add.c
> (svn_client_mkdir): Don't allow people to create directories named
> the same as the working copy admin subdir with 'svn mkdir URL'.

It's hard to get this sort of client checking right if it's done at
this level. For instance I can still do

   $ svn mv http://server/repos/foo http://server/repos/.svn

and

   $ svn cp http://server/repos/foo http://server/repos/.svn

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 21:49:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.