RE: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Bert Huijben


 -Original Message-
 From: Stefan Hett [mailto:ste...@egosoft.com]
 Sent: woensdag 22 april 2015 15:59
 To: 'subversion'
 Subject: building SVN trunk on Windows fails on python gen-make.py
 
 Hi,
 
 I just tried to build
 https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-
 normalizer
 on Windows following the INSTALL file documentation up to the point
 where the make file is being generated.
 
 Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib
 --with-apr=..\apr --with-apr-util=..\apr-util --vsnet-version=2010
 I'm now getting the following error:
 
 Traceback (most recent call last):
File gen-make.py, line 325, in module main(conf, gentype,
 skip_depends=skip, other_options=rest.list)
File gen-make.py, line 62, in main generator =
 gen_module.Generator(fname, verfname, other_options)
File build\generator\gen_vcnet_vcproj.py, line 36, in __init__
 'vcnet-vcproj')
File build\generator\gen_win.py, line 83, in __init__
 self.find_libraries(True)
File build\generator\gen_win_dependencies.py, line 286, in
 find_libraries self._find_apr()
File build\generator\gen_win_dependencies.py, line 395, in
 _find_apr bin_files = os.listdir(dll_dir)
 FileNotFoundError: [WinError 3] The system cannot find the path
 specified: '..\\apr\\bin'
 
 Looking at the apr-directory I downloaded/extracted, there's no
 apr/bin-directory.
 I downloaded the following APR-source package (1.5.1):
 http://mirror.serversupportforum.de/apache//apr/apr-1.5.1-win32-src.zip
 
 Did I get the wrong one? Or did I miss some step?

Subversion expects that you already build apr before using it as a source of 
binaries to link against. It is not going to build apr for you. 

Building APR would have created this bin directory. (A patch to produce a nicer 
error message would be welcome :))


There are other scripts that may help you building Subversion and all 
dependencies. I maintain one such script as part of SharpSvn (Repository: 
https://ctf.open.collab.net/svn/repos/sharpsvn/trunk/imports ; username guest; 
no password). This script uses NAnt, and is used to produce the publicly 
available binaries for SharpSvn and SlikSvn. 

Somewhere in the Subversion repository there is a perl script that should also 
be able to help with building on Windows, but I don't have experience with that 
script.

Bert



RE: The XML response contains invalid XML

2015-04-22 Thread Bert Huijben


 -Original Message-
 From: OlePinto [mailto:olepinto+...@gmail.com]
 Sent: woensdag 22 april 2015 16:25
 To: users@subversion.apache.org
 Subject: RE: The XML response contains invalid XML
 
 Bad news: it has happened again. I haven't installed anything, or changed
any
 setting since yesterday. Right now I don't have the needed time to redo
the
 TCP reset + restart and try again, just for the sake of knowing if it
would
 work again for a while.
 If someone would like any information, traces or whatever, feel free to
ask
 and I'll try to oblige.

Just to be sure: you get this error during an update?

Not during a commit?

If it is during a commit: Are you committing to an xml file?

Bert



Re: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett
The branch is based on the latest trunk. The only difference in 
gen_win.py is in line 70, where on trunk there's the call to 
generator.write_config_keys() which is missing on the branch-version.
I didn't try adding this call tough, since I found it kinda unlikely 
that this is the cause of the problem (I rather suspect some set-up 
issue on my side, which I can't just see atm).

Hi,

I just tried to build 
https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-normalizer 
on Windows following the INSTALL file documentation up to the point 
where the make file is being generated.


Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib 
--with-apr=..\apr --with-apr-util=..\apr-util --vsnet-version=2010

I'm now getting the following error:

Traceback (most recent call last):
  File gen-make.py, line 325, in module main(conf, gentype, 
skip_depends=skip, other_options=rest.list)
  File gen-make.py, line 62, in main generator = 
gen_module.Generator(fname, verfname, other_options)
  File build\generator\gen_vcnet_vcproj.py, line 36, in __init__ 
'vcnet-vcproj')
  File build\generator\gen_win.py, line 83, in __init__ 
self.find_libraries(True)
  File build\generator\gen_win_dependencies.py, line 286, in 
find_libraries self._find_apr()
  File build\generator\gen_win_dependencies.py, line 395, in 
_find_apr bin_files = os.listdir(dll_dir)
FileNotFoundError: [WinError 3] The system cannot find the path 
specified: '..\\apr\\bin'


Looking at the apr-directory I downloaded/extracted, there's no 
apr/bin-directory.
I downloaded the following APR-source package (1.5.1): 
http://mirror.serversupportforum.de/apache//apr/apr-1.5.1-win32-src.zip


Did I get the wrong one? Or did I miss some step?

Regards,
Stefan





RE: The XML response contains invalid XML

2015-04-22 Thread OlePinto
Bad news: it has happened again. I haven't installed anything, or changed any
setting since yesterday. Right now I don't have the needed time to redo the
TCP reset + restart and try again, just for the sake of knowing if it would
work again for a while.
If someone would like any information, traces or whatever, feel free to ask
and I'll try to oblige.



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/The-XML-response-contains-invalid-XML-tp186929p193077.html
Sent from the Subversion Users mailing list archive at Nabble.com.


building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett

Hi,

I just tried to build 
https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-normalizer 
on Windows following the INSTALL file documentation up to the point 
where the make file is being generated.


Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib 
--with-apr=..\apr --with-apr-util=..\apr-util --vsnet-version=2010

I'm now getting the following error:

Traceback (most recent call last):
  File gen-make.py, line 325, in module main(conf, gentype, 
skip_depends=skip, other_options=rest.list)
  File gen-make.py, line 62, in main generator = 
gen_module.Generator(fname, verfname, other_options)
  File build\generator\gen_vcnet_vcproj.py, line 36, in __init__ 
'vcnet-vcproj')
  File build\generator\gen_win.py, line 83, in __init__ 
self.find_libraries(True)
  File build\generator\gen_win_dependencies.py, line 286, in 
find_libraries self._find_apr()
  File build\generator\gen_win_dependencies.py, line 395, in 
_find_apr bin_files = os.listdir(dll_dir)
FileNotFoundError: [WinError 3] The system cannot find the path 
specified: '..\\apr\\bin'


Looking at the apr-directory I downloaded/extracted, there's no 
apr/bin-directory.
I downloaded the following APR-source package (1.5.1): 
http://mirror.serversupportforum.de/apache//apr/apr-1.5.1-win32-src.zip


Did I get the wrong one? Or did I miss some step?

Regards,
Stefan


Re: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Johan Corveleyn
On Wed, Apr 22, 2015 at 6:13 PM, Bert Huijben b...@qqmail.nl wrote:


 -Original Message-
 From: Stefan Hett [mailto:ste...@egosoft.com]
 Sent: woensdag 22 april 2015 15:59
 To: 'subversion'
 Subject: building SVN trunk on Windows fails on python gen-make.py

 Hi,

 I just tried to build
 https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-
 normalizer
 on Windows following the INSTALL file documentation up to the point
 where the make file is being generated.

 Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib
 --with-apr=..\apr --with-apr-util=..\apr-util --vsnet-version=2010
 I'm now getting the following error:

 Traceback (most recent call last):
File gen-make.py, line 325, in module main(conf, gentype,
 skip_depends=skip, other_options=rest.list)
File gen-make.py, line 62, in main generator =
 gen_module.Generator(fname, verfname, other_options)
File build\generator\gen_vcnet_vcproj.py, line 36, in __init__
 'vcnet-vcproj')
File build\generator\gen_win.py, line 83, in __init__
 self.find_libraries(True)
File build\generator\gen_win_dependencies.py, line 286, in
 find_libraries self._find_apr()
File build\generator\gen_win_dependencies.py, line 395, in
 _find_apr bin_files = os.listdir(dll_dir)
 FileNotFoundError: [WinError 3] The system cannot find the path
 specified: '..\\apr\\bin'

 Looking at the apr-directory I downloaded/extracted, there's no
 apr/bin-directory.
 I downloaded the following APR-source package (1.5.1):
 http://mirror.serversupportforum.de/apache//apr/apr-1.5.1-win32-src.zip

 Did I get the wrong one? Or did I miss some step?

 Subversion expects that you already build apr before using it as a source of 
 binaries to link against. It is not going to build apr for you.

 Building APR would have created this bin directory. (A patch to produce a 
 nicer error message would be welcome :))


 There are other scripts that may help you building Subversion and all 
 dependencies. I maintain one such script as part of SharpSvn (Repository: 
 https://ctf.open.collab.net/svn/repos/sharpsvn/trunk/imports ; username 
 guest; no password). This script uses NAnt, and is used to produce the 
 publicly available binaries for SharpSvn and SlikSvn.

 Somewhere in the Subversion repository there is a perl script that should 
 also be able to help with building on Windows, but I don't have experience 
 with that script.


Indeed, that script is tools/dev/build-svn-deps-win.pl. But it's a bit
outdated now. I recently used bits and pieces of it to get myself a
new working build environment for svn on Windows. In general our tools
and documentation for building svn on Windows are quite outdated and
could really use some love. For instance, INSTALL still contains a lot
of old irrelevant information, it should primarily focus on current
tools that people install these days (e.g. focusing on VS 2012, 2013
and 2015).

With my last build-setup attempt, I kept a short log of what I did
(based on things from build-svn-deps-win.pl, and further trial and
error). Perhaps this is useful:

[[[
download awk95.exe and rename it to awk.exe and put somewhere in PATH
(as documented in INSTALL)
download and install:
- CMake
- SCons
- Python
- Perl

Install Visual Studio (I used 2013).

Download latest (or recent enough stable) sources of:
- zlib
- openssl
- sqlite
- serf
- httpd
- apr
- apr-util
- apr-iconv
- pcre

Extract these in a deps directory (I usually name the individual
dirs with the version number, so I have C:\svn\deps\httpd-2.4.12,
C:\svn\deps\zlib-1.2.8, ...).
Except: put apr, apr-util, apr-iconv and pcre as subdirectories
(without version number in the name) inside $HTTPD_SOURCE\srclib.

Then start building. Do all the following from inside a Visual Studio
Command Prompt:

zlib:
  For Debug build:
  set CC_OPTS=/MDd /Gm /ZI /Od /GZ /D_DEBUG
  set COMMON_CC_OPTS=/nologo /W3 /DWIN32 /D_WINDOWS

  For Release build:
  set CC_OPTS=/MD /02 /Zi
  set COMMON_CC_OPTS=/nologo /W3 /DWIN32 /D_WINDOWS

  Somehow, you need to make both a static build (for svn itself) and a
dynamic build (for serf):
  Static:
nmake /nologo -f win32/Makefile.msc STATICLIB=zlibstat.lib all
  And for serf:
nmake /nologo -f win32/Makefile.msc all

  unset CC_OPTS
  unset COMMON_CC_OPTS

PCRE:
  (replace RelWithDebInfo with Debug in the line below to make a debug build)
  cmake -G NMake Makefiles -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
-DBUILD_SHARED_LIBS:BOOL=ON
-DCMAKE_INSTALL_PREFIX:PATH=C:\svn\deps\install
-DPCRE_NO_RECURSE:BOOL=ON .
  nmake
  nmake test
  nmake install

openssl:
  (replace VC-WIN32 with debug-VC-WIN32 to make a debug build)
  perl Configure no-asm --prefix=C:\svn\deps\install VC-WIN32
  call ms\do_ms
  nmake -f ms\ntdll.mak
  nmake -f ms\ntdll.mak test
  nmake -f ms\ntdll.mak install

httpd (+ apr, apr-util, apr-iconv):
  perl srclib\apr\build\lineends.pl
  perl srclib\apr\build\cvtdsp.pl -2005
  Strip cases of /Yu en /Yc from

Re: E120105 (or not): The server sent an improper HTTP response

2015-04-22 Thread Diego Sucaria
Hello!

I'm having the same problem on Ubuntu, installed on the Raspberry pi2.

*svn: E120105: ra_serf: The server sent an improper HTTP response*

searched everywhere and I can't find a solution.

Did you fixed it?


On Friday, June 6, 2014 at 3:15:49 PM UTC-3, John Adams wrote:

 Hi, folks,

  I'm one of our two subversion administrators and I've got a problem 
 that puzzles all of us. Most of our users are reporting an issue doing 
 checkins, being able to commit one file at a time, then getting the message 
 Error running context: The server sent an improper HTTP response, 
 sometimes prepended with the code E120105. This is happening using:

  Windows, both via the client and the command line: TortoiseSVN 1.8.6, 
 Build 25419 - 64 Bit , 2014/04/12 11:40:48
  Mac OS X on the command line: svn, version 1.8.8 (r1568071) compiled 
 Apr 22 2014, 22:31:17 on x86_64-apple-darwin13.1.0

 but not:

  Linux using svn, version 1.6.11 (r934486) compiled Apr  3 2013, 
 04:40:28

  The server is running subversion 1.8.0 and Apache/2.2.15. 

  I've read about the neon/serf libraries and figure the neon libraries 
 on our Linux server are old enough not to have the issue and our serf 
 libraries aren't new enough to have it fixed, but I'm just guessing. My 
 plan, unless you have a better one, is to upgrade as soon as possibe to 
 1.8.8 or 1.8.9. Can you help?

 Thanks,

  John A



[no subject]

2015-04-22 Thread Thomas Chua
Hi, 


 
Our company use Subversion in UK for some years now but theknowledge of the 
setup and administration was lost due to staff turnover. 


I am seeking a competent professional or vendor in Singapore to help usmigrate 
a library from UK to Singapore.  Ifyou know someone willing to take up a short 
paid assignment to assist us.  Appreciate your help to link up.


Best regardsThomas



Re:

2015-04-22 Thread VolkerKopetzky
Hi Thomas,

although I'm not located in Singapore, I'm in the same time zone and would be 
happy to help.

Depending on your needs, I can assist you with the migration work, support 
hosting provider selection or even provide the hosting for you.

My experience with subversion is based on my work with CollabNet (the first 
sponsor of subversion) over the last 7 years.
Feel free to ping me if you need more intel.

Beste Grüße, kind regards,
Volker Kopetzky
vzk Beratung
Germany  Thailand

PS: my website intentionally doesn't tell much as I'm not a big 
marketing-for-marketing fan.

phone  +49.6809.2163.30
phone  +66.86.143.77.27
skype  volker.kopetzky
email  v...@vzkb.de
wsite  http://www.vzkb.de/en


 Am 23.04.2015 um 09:12 schrieb Thomas Chua thomas.c...@rocketmail.com:
 
 Hi,
 
 Our company use Subversion in UK for some years now but the knowledge of the 
 setup and administration was lost due to staff turnover.
 
 I am seeking a competent professional or vendor in Singapore to help us 
 migrate a library from UK to Singapore.  If you know someone willing to take 
 up a short paid assignment to assist us.  Appreciate your help to link up.
 
 Best regards
 Thomas
 
 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
Hello Users,

Please look into below issues I got during clean up ,Suddenly I ran into is 
this. I was doing clean up and I got below issue.

[cid:image001.png@01D07CF9.C18FEBC0]

Looking forward for your reply

Regards,
Shahbaz Akhter
DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.


RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Bert Huijben
Hi,

 

This tells us that somehow your working copy has some invalid state stored.

 

This specific error message was replaced with an error message that contains
more data in December 2011 (backport to 1.7.x in r1213745), so I would
recommend you to upgrade your Subversion client (read: TortoiseSVN). If
possible I would recommend directly upgrading to 1.8.x as 1.7.x may be out
of support within a few months.

 

 

Most likely the actual problem has been fixed around that time as well as I
haven't seen error reports for this specific error in years.

 

Bert

 

From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com] 
Sent: woensdag 22 april 2015 09:14
To: users@subversion.apache.org
Subject: Tortoise Subversion Exception, Help Needed

 

Hello Users,

 

Please look into below issues I got during clean up ,Suddenly I ran into is
this. I was doing clean up and I got below issue.

 



 

Looking forward for your reply

 

Regards,

Shahbaz Akhter

DISCLAIMER: This email message and all attachments are confidential and may
contain information that is Privileged, Confidential or exempt from
disclosure under applicable law. If you are not the intended recipient, you
are notified that any dissemination, distribution or copying of this email
is strictly prohibited.  If you have received this email in error, please
notify us immediately by return email to mailad...@spanservices.com
mailto:mailad...@spanservices.com  and destroy the original message.
Opinions, conclusions and other information in this message that do not
relate to the official of SPAN, shall be understood to be nether given nor
endorsed by SPAN.



RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
Thanks for your quick response.

Yes I am aware of the new version 1.8.

But my major concern is that all my existing local directories is out of Sync 
with svn repositories.

It would great if you have any workaround for keeping in sync with my existing 
local directories.

Thanks
Shahbaz

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: Wednesday, April 22, 2015 2:03 PM
To: Shahbaz Akhter; users@subversion.apache.org
Subject: RE: Tortoise Subversion Exception, Help Needed

Hi,

This tells us that somehow your working copy has some invalid state stored.

This specific error message was replaced with an error message that contains 
more data in December 2011 (backport to 1.7.x in r1213745), so I would 
recommend you to upgrade your Subversion client (read: TortoiseSVN). If 
possible I would recommend directly upgrading to 1.8.x as 1.7.x may be out of 
support within a few months.


Most likely the actual problem has been fixed around that time as well as I 
haven't seen error reports for this specific error in years.

Bert

From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com]
Sent: woensdag 22 april 2015 09:14
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: Tortoise Subversion Exception, Help Needed

Hello Users,

Please look into below issues I got during clean up ,Suddenly I ran into is 
this. I was doing clean up and I got below issue.

[cid:image001.png@01D07D05.AC1E9BE0]

Looking forward for your reply

Regards,
Shahbaz Akhter

DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to 
mailad...@spanservices.commailto:mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.
DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.