[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Recent problem

From: Kai Hendry <hendry_at_cs.helsinki.fi>
Date: 2004-07-08 16:57:23 CEST

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
Received on Thu Jul 8 16:57:50 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.