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

Re: Log length limit on Windows? Problem with using notepad as log editor?

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2004-12-02 19:24:21 CET

On Dec 1, 2004, at 10:57 AM, kfogel@collab.net wrote:

> Scott Palmer <scott.palmer@2connected.org> writes:
>> I was just committing some changes and got an error with a not too
>> helpful message. I'm wondering if it is related to the message log
>> length.. since that is the only thing I was doing differently this
>> time around.
>>
>>
>> C:\>set EDITOR=notepad
>>
>> C:\Workspace\>svn ci
>>
>> [notepad opens with a list of changed files]
>> [I add 8 full lines of log info to the top of the file, save, exit
>> notepad]
>>
>> svn: commit failed (details follow):
>>
>> C:\Workspace\>
>>
>>
>> As you can see there were no "details" following :)
>
> What were the entire contents of the log message?

Fixed audio not showing if live source selected after codec is added
Fixed Bug #476 Software scaler filtering options are now available in
prefs
Fixed Bug #489 Hide video standard option for Utah
Fixed Bug #494 Removed filtering 'mute' buttons for slow-setting Utah
filters
Fixed Bug #499 Saving/restoring graphic overlay anchor positions
Fixed Bug #520 Increased buffer size for cropping image data to 2MB
Fixed Bug #552 Show "unmapped speaker" channels for WM9 7.1 sound
Enabled logging by default in Stream.opt (remove for release)

(That's what I added to the beginning of the log that svn created for
me, it was followed by the 'put log message above this line' standard
stuff.

> What files were
> changed?

Output of "svn log -r223 -v" - the revision of the commit that worked
with the truncated log on one big line

r223 | scott.palmer | 2004-11-30 15:39:49 -0500 (Tue, 30 Nov 2004) | 1
line
Changed paths:
    M /KlamathJava/trunk/Stream/Stream.opt
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/carbon/UtahInput.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/
AudioProcessor.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/
KlamathController.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/
KlamathGUI.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/
PreferencePanel.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/codec/model/
DirectShow.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/codec/model/
Wave.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/codec/model/
WinMedia9.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/input/
LiveSourceInput.java
    A
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/prefs/
DRScalerSettingsUI.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/prefs/
HardwareUI.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/video/
GraphicOverlaySettings.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/video/
OverlayPositionUI.java
    M
/KlamathJava/trunk/Stream/src/ca/digitalrapids/klamathjr/video/
VideoProcessPanel.java

Fixed audio not showing if live source selected after codec is added.
Fixed Bug #476 Software scaler filtering options are now available in
prefs. Fixed Bug #489 Hide video standard option for Utah. Fixed Bug
#494 Removed filtering 'mute' buttons for slow-setting Utah filters.
Fixed Bug #499 Saving/restoring graphic overlay anchor positions. Fixed
Bug #520 Increased

> Do you have any pre-commit or post-commit hooks installed on
> the server, and if so, what do they look like?

No, none. The server machine is running Win XP SP 2 with just plain
svnserve -r <path to repository> running as an XP service with the
service stub thingy that someone posted to this list a while ago.

>> This was the first time I tried to use an editor for the log message,
>> previously I simply typed it out on the command line.
>> I made sure my workspace was up to date with 'svn up' and tried the
>> same thing.. got the same useless error message.
>>
>> So I did:
>>
>> C:\Workspace\>svn ci -m "[paste each line of my log here.. all as one
>> command line]"
>>
>> But Windows barfed because the command line got too long and so it
>> entered the truncated command. The commit happened with a truncated
>> log message. But it committed fine!
>>
>> Any ideas what it could be?
>
> Yuck. No, I have no idea, off the top of my head, sorry.

I take it then that you have successfully used notepad as the log
message editor without any issues?

Thanks,

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 2 19:27:43 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.