On Jul 31, 2007, at 04:49, luc.castillo@ineo.com wrote:
> I used subversion package (subversion.1.4.4-1) on Red-Hat EL3
> The subversion base is on a remmote system
>
> I use the following command to create the view of the base on my
> system
> svn checkout <svn repository> .
>
> The when I use the following command:
> svn diff
>
> The result is:
>
> svn:Impossible de trouver de répertoire temporaire: Error string not
> specified yet
>
> or in English:
> |---------------------------------------------------------------------
> -----|
> |svn:Can't find a temporary directory: Error string not specified
> yet |
> |---------------------------------------------------------------------
> -----|
> |chmod is 777 for the current
> directory |
> |
> |
> |Where is the
> problem ? |
> |
> Thanks.
> |
Are the permissions on your temporary directory in order? On Unix
systems, that would probably be /tmp. I do not know whether the error
message refers to the temporary directory on the client or on the
server, so check both. Make sure it's writable at least by the user
using Subversion (if client) or the user under which the Subversion
server is running (if server).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 31 12:41:31 2007