The difference in line ends is a configuration variation in SVN itself.
The ASF site has suggestions about how to add line-end parameters
To the SVN configuration file that avoid those problems:
<http://www.apache.org/dev/svn-eol-style.txt>
[That reminds me. I haven't fixed that on my new machine's installation of
SVN.]
I don't go that far (i.e., eol-style should not matter at all for HTML and XML
and I use editors that aren't so fussy).
For those who do use Tortoise SVN, there is an easy way to find and edit the
SVN Config file:
1. Right click on a folder in the Windows File Explorer.
2. In the Context menu, selection Tortoise SVN> and click "Settings" in the
submenu.
3. On the settings page (General), click the Subversion configuration file:
Edit button.
4. In the length text file that opens up, scroll down to the end where there
is a section title [auto-props].
5. A few lines above that section, there is a line
# enable-auto-props = yes
6. Uncomment that line (delete the "#" and the space after it.
7. Below [auto-props], also uncomment the *.c, *.cpp, *.h (and everything in
front of svn:eol-style),
*.txt (ditto), *.png, *.jpg, and Makefile.
8. There are others that can be added. These might be handy:
### Registered MIME Types for OpenDocument Format Documents (as of 2011-06-17)
#
*.odt = svn:mime-type=application/vnd.oasis.opendocument.text
*.ott = svn:mime-type=application/vnd.oasis.opendocument.text-template
*.odg = svn:mime-type=application/vnd.oasis.opendocument.graphics
*.otg = svn:mime-type=application/vnd.oasis.opendocument.graphics-template
*.odp = svn:mime-type=application/vnd.oasis.opendocument.presentation
*.otp = svn:mime-type=application/vnd.oasis.opendocument.presentation-template
*.ods = svn:mime-type=application/vnd.oasis.opendocument.spreadsheet
*.ots = svn:mime-type=application/vnd.oasis.opendocument.spreadsheet-template
*.odc = svn:mime-type=application/vnd.oasis.opendocument.chart
*.otc = svn:mime-type=application/vnd.oasis.opendocument.chart-template
*.odi = svn:mime-type=application/vnd.oasis.opendocument.image
*.oti = svn:mime-type=application/vnd.oasis.opendocument.image-template
*.odf = svn:mime-type=application/vnd.oasis.opendocument.formula
*.otf = svn:mime-type=application/vnd.oasis.opendocument.formula-template
*.odm = svn:mime-type=application/vnd.oasis.opendocument.text-master
To ensure use of UTF-8, I like this variation:
*.txt = svn:eol-style=native;svn:mime-type=text/plain;;charset=UTF-8
-----Original Message-----
From: Oliver-Rainer Wittmann [mailto:[email protected]]
Sent: Friday, June 7, 2013 08:40 AM
To: [email protected]
Subject: Re: Error using svn (Building in Win7)
Hi,
On 07.06.2013 17:28, Dennis E. Hamilton wrote:
> Sometimes it is simply necessary to do a cleanup of the working copy
> and then start an update, assuming the check-out got anywhere. These
> are sometimes simply synchronization glitches. If the check-out
> failed completely, I'd delete that aoo-trunk folder and start over.
>
> Another problem that sometimes happens with check-outs/updates to
> Windows computers is the presence of filename characters that are
> inadmissible on Windows (or that clash because the Windows file
> system is not case sensitive by default). A common case is ":" in a
> file path or the ending file name.
>
> I have been needing to do a full trunk check-out as part of paving a
> new machine. I just did a full checkout of the trunk HEAD (revision
> 1490672) without externals with no problem.
>
> - Dennis
>
> PS: I recommend using TortoiseSVN on Windows 7. It works just fine.
> If the command-line svn is being used (as it appears in the error
> report), there may be more to figure out. Running in a VM or under
> CygWin could also complicate matters.
>
I had observed certain problems during the build under Windows 7 when
TortoiseSVN was used. It is a Windows tool and may does Windows stuff to
the files, e.g. Windows line ends, which could break the build which is
more or less Linux/Unix like.
Best regards, Oliver.
> -----Original Message----- From: Oliver-Rainer Wittmann
> [mailto:[email protected]] Sent: Friday, June 7, 2013 01:11
> AM To: [email protected] Subject: Re: Error using svn
> (Building in Win7)
>
> Hi,
>
> On 06.06.2013 19:59, Ivan Fuentes wrote:
>> I got this error while i was using :
>>
>> svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk
>>
>>
>> svn: E175002: REPORT de '/repos/asf/!svn/me': Could not read
>> response body: Secure connection truncated
>> (https://svn.apache.org)
>>
>> How can i continue?
>>
>>
>
> I do not know what went wrong. But may be it helps to get the repro
> from http://svn.apache.org/... - "http" instead of "https"
>
> Best regards, Oliver.
>
> ---------------------------------------------------------------------
>
>
To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
>
>
To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]