On Wed, Oct 22, 2003 at 04:40:00AM -0700, Greg Stein wrote:
> Hoo... I just ran into a fun problem here. My SVN working copy is set up
> like so:
>
> svn/
> tools/
> dev/ wc_format == 1
> iz/ wc_format == 2
>
> I've added a script to the iz/ subdirectory, along with setting the
> svn:executable property.
>
> All seems fine, now I try to commit:
>
> [gstein@roshi iz]$ svn commit -F ../svn-commit.tmp
> Sending iz/find-fix.py
> Adding iz/run-queries.sh
> subversion/libsvn_client/commit.c:736: (apr_err=2)
> svn: No such file or directory
> svn: Commit failed (details follow):
> subversion/libsvn_subr/io.c:237: (apr_err=2)
> svn: svn_io_copy_file: error copying
> '/home/gstein/src/svn/tools/dev/iz/.svn/props/run-queries.sh' to
> '/home/gstein/src/svn/tools/dev/iz/.svn/tmp/props/run-queries.sh.5.tmp'
> [gstein@roshi iz]$
Ugh, yeah, I just ran into the same thing after creating a new directory
in a working copy that's existed for some months. I'm glad you mentioned
this or I'd have been quite confused.
Is there a workaround for the time being (presumably of the form "create
this bunch of directories, edit some files, bump .svn/format") or should
I bite the bullet and check out a fresh wc?
Thanks,
--
Colin Watson [cjwatson@flatline.org.uk]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 23 22:19:52 2003