logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Subversion 1.3 mod_dav_svn for Apache 2.2 Page 1, 2  Next
Author
rkruetli



Joined: 24 Jan 2006
Posts: 2

PostPosted: Wed 25 Jan '06 18:35    Post subject: Subversion 1.3 mod_dav_svn for Apache 2.2 Reply with quote

Does anyone have this mod, compiled for Apache 2.2? The one under http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 is not compatible with Apache 2.2...

sunny
Back to top
anthony.liu



Joined: 24 May 2006
Posts: 2

PostPosted: Wed 24 May '06 16:06    Post subject: I need it too Reply with quote

I need it too
Who can help me thanks!
Back to top
allanjn



Joined: 27 May 2006
Posts: 1

PostPosted: Sat 27 May '06 15:42    Post subject: need subversion modules too! Reply with quote

me three!

I don't have the ability to readily compile the subversion 1.3.1 (or 1.3.0) modules for apache. I would greatly appreciate if someone who has done this could post the modules!

cheers,
Allan.
Back to top
mphare



Joined: 12 May 2006
Posts: 43
Location: Texas

PostPosted: Wed 07 Jun '06 21:59    Post subject: Reply with quote

I decided to build it, but when I load up in MVC++ the project needs zlib.dsw, which is not in the package, so I can't build it.

What I did was load apache httpd 2.0.58 along side of apache 2.2, but I use a different port that 80 (I used 8010). I loaded all the SVN stuff up in 2.0.58 and it seems to be working great (except I need to reference the port number).

Any ideas where all the source is for mod_dav_svn? I'm willing to give building it for 2.2 a try.
Back to top
Jura



Joined: 08 Jun 2006
Posts: 12

PostPosted: Thu 08 Jun '06 11:40    Post subject: Reply with quote

Hi,
Download the whole package: http://subversion.tigris.org/downloads/subversion-1.3.2.zip, you can find source code for mod_dav_svn under \subversion-1.3.2\subversion\mod_dav_svn.

Good luck
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Thu 22 Jun '06 13:38    Post subject: Reply with quote

I'll try to build it today... tell ypu tomorrow about result

BTW, I started this topic two times, and didnt get no reply... =/
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Fri 23 Jun '06 6:56    Post subject: Reply with quote

Mr. Green

I've done it. post it later. it was a hard night. need some sleep.

UPD:

http://pzskc383.dp.ua/apache.zip
Back to top
Jura



Joined: 08 Jun 2006
Posts: 12

PostPosted: Wed 05 Jul '06 14:27    Post subject: Reply with quote

Doesn't work as expected - read through the web interface and checkout is fine, but MERGE doesn't work - producing an error.
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Wed 05 Jul '06 17:44    Post subject: Reply with quote

=/

Thanks for feedback...

I'll try to fix it... Please tell what error and what excatly you done.
Back to top
seamon



Joined: 14 Jan 2006
Posts: 3

PostPosted: Fri 07 Jul '06 9:59    Post subject: 409 Conflict Reply with quote

thanks for maniac's contribution.

i met the problem too. 409 conflict.

after upgrading apache to 2.2.2 with svn patch from maniac, i got a problem. i created a new repository, it's ok. then i wanna make a new dir in the repository using subclipse, it said:

mkdir -m "" http://foo.bar.com/trunk
svn: Can't move 'e:\foo\bar\db\transactions\1-2.txn\rev' to 'e:\foo\bar\db\revs\2': Partial results are valid but processing is incomplete
svn: MERGE of '/': 409 Conflict (http://foo.bar.com)

i googled whole day, no useful information found. but an article may helps:
http://svn.haxx.se/dev/archive-2006-06/0373.shtml
the article thinks that the problem is about apache apr, maybe.

hope these information may helps

my english is not fluently, sorry.

hope the new patch will be released soon. thanks
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Fri 07 Jul '06 13:27    Post subject: Reply with quote

*watches on cl.exe hogging 100% cpu*

looks interesting.... I used all apr stuff from apache 2.2.2
there were some troubles with pathes and this "-1" number in the end of lib names, so I've simply overwritten apr dirs in subversion with apache ones.

I thought that apache build system it's a pain. before I tried to build this modules Mr. Green

I'll try to reproduce this bug. If it exists I update apr and see what's wrong.

BTW. It's not a patch. It's a simply build.

PS. English now is a replacement for esperanto - language that everybody knows. (Or simply can read and understand)

Best Regards
Back to top
seamon



Joined: 14 Jan 2006
Posts: 3

PostPosted: Fri 07 Jul '06 16:04    Post subject: Reply with quote

yeah, it's a simply build, not a patch. INDEED(from teal'c in stargate) Mr. Green

thanks for your reply. i'm watching this topic, cause this light svn build is very good. the reason i upgrade to apache 2.2 is the new proxy_ajp module in this version, which is a replacement for the old mod_jk, a connector between apache and tomcat.

i'm waiting for your new svn build. i think you can do it perfectly. Mr. Green

english is very useful, but my english is not good, it's a pity. please don't laught at me, i'll study hard on it. Rolling Eyes

you are from Ukraine. are you an Ukrainian? i love your team in worldcup, they did a good job. they are heroes. Cool


good luck Smile
Back to top
Jura



Joined: 08 Jun 2006
Posts: 12

PostPosted: Mon 10 Jul '06 9:05    Post subject: Reply with quote

I got exactly the same error as Seamon when trying to commit changes into the existing repository.
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Thu 13 Jul '06 3:40    Post subject: Reply with quote

ok... we just need to wait 1.4 release.

Because there will be fixed all this issues with apr 1.x stuff and (maybe) official support for 2.2.2

I can build modules from current trunk but svn-developers says that there is still some serious bugs, so... let's wait for release.
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Sun 16 Jul '06 23:29    Post subject: suddenly (: Reply with quote

I can't wait for release and here it is Mr. Green

used svn-1.4.0rc3 sources but you can use older clients fine

http://pzskc383.dp.ua/apache.zip

I've done some testing - works fine (remember - it's a rc!)
but report any issues that you find here.

Best regards
Back to top
mphare



Joined: 12 May 2006
Posts: 43
Location: Texas

PostPosted: Wed 19 Jul '06 20:49    Post subject: Reply with quote

Hi maniac, you provided me help, but I've been on other tasks and am just now coming back to this.

I downloaded svn 1.3.2 and tried to open the 'subversion_msvc.dsw' in VC++ 2005 Express. All the various project files are updated to VC 2005 format, then I get an error that zlib.dsp has been corrupted and cannot be opened.
It, in fact, doesn't exist in the directory tree.

Do I need to somehow copy zlib into the SVN tree?

When I try to build the target: __ALL__ I get some errors:
Can't find db.h when building libsvn_fs_base

and on the Resource Complier:

Code:
Compiling resources...
fatal error RC1107: invalid usage; use RC /? for Help


How did you get past this?
Back to top
seamon



Joined: 14 Jan 2006
Posts: 3

PostPosted: Thu 20 Jul '06 9:38    Post subject: trying Reply with quote

maniac, thanks for your pretty work.

i'm trying your new release, it works fine so far. commit, update, and so on.

i'm also waiting for 1.4 just as you are. the official website says it will be released in "late June or early July 2006", i hope it comes soon.

best regards Mr. Green
Back to top
Jura



Joined: 08 Jun 2006
Posts: 12

PostPosted: Thu 20 Jul '06 11:46    Post subject: Reply with quote

Maniac! You are my hero! Last version works smoothly so far. Thanks a lot
Back to top
maniac



Joined: 29 Mar 2006
Posts: 31
Location: Ukraine

PostPosted: Fri 21 Jul '06 20:23    Post subject: Reply with quote

If you want spend 3 weeks for work, that already done… (:

Use python & gen-make.py -t vcproj
And download libintl and libdb from subversion.tigris.org - win32 binaries.

Good luck (:
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Mon 04 Sep '06 23:58    Post subject: Reply with quote

I built a mod_dav_svn.so for Apache 2.2 (specifically Apache 2.2.3) and Subversion 1.3.2 on Windows.

I used Visual C++ 2005 and these sources:

http://downloads.sleepycat.com/db-4.3.29.zip
http://subversion.tigris.org/downloads/subversion-1.3.2.zip

It's working pretty well for me. If anyone would like to give it a try - it's at http://www.tomdonovan.net/download/mod_dav_svn-1.3.2.x-w32.zip
The SHA1 hash for mod_dav_svn-1.3.2.x-w32.zip is f66b9237db4f30fab6673ad5ac828dadfcc710a3.

I'm not having any problems creating subdirectories or commiting changes with it so far.

Help yourselves - and please let me know if you discover any problems that I missed or if you would like more info about how to built it.
Back to top


Reply to topic   Topic: Subversion 1.3 mod_dav_svn for Apache 2.2 View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules Page 1, 2  Next