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

Re: A new way to create directories.

From: <kfogel_at_collab.net>
Date: 2004-11-12 20:21:16 CET

Julian Foad <julianfoad@btopenworld.com> writes:
> Branko Čibej wrote:
> > $ svn mkdir scratch
> > svn: '.' is not a working copy
> > $ mkdir scratch
> > mkdir: cannot create directory `scratch': File exists
> > $ ll
> > total 0
> > drwx------ 2 brane brane 0 Nov 12 20:42 scratch
> > I say, aren't we optimizing system calls just a wee bit too
> > optimistically?
> > This is 1.1.1 on Windows, by the way.
>
> Presumably CygWin or similar, judging by the prompts and the "ll" command.
>
> Same happens for me, though, on SuSE GNU/Linux, Subversion r11867.

Oh, my prompts have looked like sometimes, and 'll' is an alias in
Bash for me too. But I think Brane's point is, we shouldn't create
the scratch dir at all if we aren't going to succeed in adding it to
revision control. While client-side operations are not required to be
atomic, it would certainly be nice to be atomic where we could... :-).

Brane, want me to file an issue or are you on this? (I'd just fix it,
but I've got local mods already undergoing 'make check' right now.)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 12 22:17:20 2004

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.