Hi Ryan. I'm not sure why you're getting errors, but maybe it's because
the 5th character in the filename is ASCII 13, which is an unusual
character to have in a filename.
I don't think checking Icon[13] files into or out of a repository would
be successful in any case, as these files are resource-fork based, not
data-fork based. Since a repository is entirely data-fork based, this
would not seem to be possible unless you first encoded the Icon[13]
files into a data-fork-only representation, such as binhex. The same
would apply to any other files that contain resources in the
Mac-specific resource fork info that needs to be preserved.
-Ryan
On 31.12.2004, at 02:52, J.Ryan Sobol wrote:
> I've found an issue removing the Icon? file, which handles custom
> folder images in Mac OS X, from a revision.
>
> $ svn remove Icon?
> D Icon
>
> $ svn commit
> subversion/libsvn_client/commit.c:765: (apr_err=135000)
> svn: Commit failed (details follow):
> subversion/libsvn_subr/subst.c:470: (apr_err=135000)
>
> As a side note, I wasn't allowed to type a comment before the crash.
>
> I'm running Mac OS 10.3, Subversion 1.1.2 for the client and the
> server, and tunneling the communication over ssh.
>
> ~ ryan ~
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 4 00:00:01 2005