Georg Baum wrote:
Am Samstag, 12. August 2006 16:52 schrieb Abdelrazak Younes:
When I "svn update" trunk I always receive the following error:
Error: Working copy path 'src/frontends/qt4/Application.C' does not
exist in repository
Is that file mentioned in src/frontends/qt4/.svn/entries?
Yes but it does not have the exact same entrie:
It looks like
this here:
<entry
committed-rev="14284"
name="Application.C"
text-time="2006-07-04T15:57:11.000000Z"
committed-date="2006-07-01T18:14:58.950715Z"
checksum="0c7a6aa095274024da0244d5ac5274ac"
last-author="bpeng"
kind="file"
prop-time="2006-07-04T15:57:11.000000Z"/>
Here it is:
<entry
committed-rev="14345"
name="Application.C"
text-time="2006-08-12T15:03:33.139963Z"
committed-date="2006-07-06T10:20:37.233938Z"
checksum="0c7a6aa095274024da0244d5ac5274ac"
copied="true"
last-author="younes"
kind="file"
copyfrom-rev="14447"
prop-time="2006-07-13T15:54:16.478964Z"
If you can't find out what is wrong, do the following (commandline, I guess
you know how to translate that to the GUI client you use):
This made it thanks.
But I think there could be a problem in the repository with this file.
Abdel.