Hi,
I just got this:
$ svn diff src\web\careernudge\contacts\contact.jsp
Index: src/web/careernudge/contacts/contact.jsp
===================================================================
--- src/web/careernudge/contacts/contact.jsp (revision 2229)
+++ src/web/careernudge/contacts/contact.jsp (working copy)
@@ -2,6 +2,8 @@
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://careernudge.com/taglib/queries" prefix="q" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/display"
prefix="display" %>
+<%@ taglib uri="http://careernudge.com/taglib/authz" prefix="authz" %>
+<authz:loadCurrentUser outputBean="currentUser"/>
<q:load targetClass="com.careernudge.Contact" idParam="contact_id"
outputBean="contact" />
<jsp:useBean id="today" class="java.util.Date"/>
<c:set var="isNewContact" value="${param['contact_id'] eq null ||
param['contact_id'] eq ''}"/>
@@ -32,334 +34,379 @@
svn: Can't write to stream: Espace insuffisant pour traiter cette
commande.
$ svn --version
svn, version 0.37.0 (r8509)
compiled Jan 25 2004, 22:51:07
(The $ prompt is normal. I changed my prompt on the Win32 CMD.EXE shell)
A translation of the error message is:
svn: Can't write to stream: Insufficient space to execute this command.
The file I am trying to diff is quite large, and I just changed most of
it. The diff subcommand completes fine if I redirect to a file, or pipe
through more.
The diff itself is 700+ lines long, while the original file is 415 lines.
The file is 30 KB. I can provide the base and WC files, if necessary,
to reproduce the error.
The error did not prevent a subsequent commit.
I searched the issues database for something similar, but can't find
anything. This looks like a platform-specific issue, though. Can
someone reproduce this ?
Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 06:28:33 2004