You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kai Hendry <he...@cs.helsinki.fi> on 2004/07/08 14:57:23 UTC

Recent problem

I have recently encountered a problem that's bothering me everytime I have
commited at the end of my working day for the last few days. I hoped it would
go away. :)

Both client and server are version 1.0.5. 
I access the repo via svn+ssh.
ViewCVS: http://svn.natalian.org/school/thesis/tktl/

I seem to be able to workaround the problem with an update:


bash-2.05a$ svn commit -m "onto di policy"
Sending        tktl/references.bib
Sending        tktl/template.tex
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory
bash-2.05a$ svn update
At revision 914.
bash-2.05a$ svn commit -m "onto di policy"
Sending        tktl/references.bib
Sending        tktl/template.tex
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory
bash-2.05a$ svn cleanup .
bash-2.05a$ svn commit -m "onto di policy"
Sending        tktl/references.bib
Sending        tktl/template.tex
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory
bash-2.05a$ svn update
At revision 914.
bash-2.05a$ svn commit -m "onto di policy"
Sending        tktl/references.bib
Sending        tktl/template.tex
Transmitting file data ..svn: Commit succeeded, but other errors follow:
svn: Error bumping revisions post-commit (details follow):
svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory
bash-2.05a$ svn commit -m "onto di policy"
Sending        tktl/template.tex
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory
bash-2.05a$ svn update
G  template.tex
Updated to revision 915.
bash-2.05a$ svn commit -m "onto di policy"
bash-2.05a$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Recent problem

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-07-08 at 09:57, Kai Hendry wrote:


> bash-2.05a$ svn commit -m "onto di policy"
> Sending        tktl/references.bib
> Sending        tktl/template.tex
> Transmitting file data .svn: Commit failed (details follow):
> svn: Can't open file '/fs/home/hendry/public_html/work/thesis/tktl/.svn/tmp/text-base/template.tex.svn-base': No such file or directory

Ummm, looks like the pristine text-base copy of the file is missing?  If
so, your working copy is corrupted.  Has some tool accidentally mucked
or deleted stuff in your .svn/ area?

There's no solution to this problem;  the working copy has no way to
currently "heal" and get the pristine file back, unless it re-receives
the file in an update.  I notice that's your workaround too.  :-)

Really, I would just toss or set aside this working copy, and do a fresh
checkout. 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org