Configure wamp server to SVN on Windows 7 64-bit

Abdallah Sabri Hussein

I'm using a wamp server to publish a wordpress site and everything is ok, but now we are a team and all of us should work at the same time on a site and see the result online

I tried to configure VisualSVN with wamp server but the server wont start after adding the following lines to httpd.conf file

    LoadModule dav_svn_module modules/mod_dav_svn.so
    LoadModule authz_svn_module modules/mod_authz_svn.so

and the following

    <location /svn>
       DAV svn
       SVNParentPath c:/svn
       AuthType Basic
       AuthName "All my repositories"
       AuthUserFile c:/svn/passwords
       Require valid-user
    </location>

my question is: how to configure svn with wamp server??

bahrep

It's not clear why you want/need to configure the WAMP server when you already have VisualSVN Server. VisualSVN Server includes Apache HTTP Server and you don't need to setup second HTTP server instance. VisualSVN Server configuration should be done via VisualSVN Server Manager console only, see the Getting Started guide.

NOTE: It's strongly discouraged to install any other web applications on VisualSVN Server's Apache HTTP Server. The Apache is configured to serve Subversion repositories only and must not be used to host other web services. Use another web server to host web apps.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

16-bit assembly incompatibility with 64-bit windows 7

From Dev

How to get PHP 64 Bit working and enabled on 64 Bit Apache in Windows 7 64?

From Dev

Installing numpy, matplotlib on windows 7 64 bit

From Dev

LookupAccountName fails with 1332 on Windows 7 64 bit

From Dev

How to find if my WAMP Server is 32bit or 64bit?

From Dev

Configure wamp server to SVN on Windows 7 64-bit

From Dev

LinqToExcel on Windows7 64 bit with office 64bit

From Dev

procontroll library not working on windows 7 , 64 bit

From Dev

Building GMP 6.1.0 on 64 bit Windows 7 (msys2/mingw64): configure fails due to mp_limb_t is not 64 bits

From Dev

where to download xamp server for 64 bit windows 7 system

From Dev

Why can I not install SQL Server Express 2016 on Windows 7 Professional 64 bit SP1?

From Dev

Wamp Server not working in Windows

From Dev

Upgrade Windows XP 32bit to Windows 7 64 bit

From Dev

16-bit assembly incompatibility with 64-bit windows 7

From Dev

Wamp 5.3.21 on windows 7 64 bit

From Dev

build vim 64bit on windows 7

From Dev

How to find if my WAMP Server is 32bit or 64bit?

From Dev

procontroll library not working on windows 7 , 64 bit

From Dev

C# .NET application built in Windows Server 2008 R2 64bit doesn't run in Windows 7 32bit

From Dev

How to run 32 bit exe on a 64 bit system windows 7?

From Dev

Cannot install SASS on windows 7 (64 bit)

From Dev

Can I upgrade from Windows 7 32 bit to Windows 7 64 bit without losing data?

From Dev

Windows 7 64bit keyboard issues

From Dev

Windows 7 Enterprise 64bit

From Dev

What (traditional) modems work with Windows Vista 64-bit or Windows 7 64-bit?

From Dev

Git installation issue(windows 7 ,64 bit)

From Dev

How to configure FFmpeg library with ndk r12 using windows 7 64 bit operating system for android

From Dev

Why can I not install SQL Server Express 2016 on Windows 7 Professional 64 bit SP1?

From Dev

How to configure Microsoft SQL Server Report Builder 3.0 on 64 bit windows 7 machine so it can connect to MySQL DB

Related Related

  1. 1

    16-bit assembly incompatibility with 64-bit windows 7

  2. 2

    How to get PHP 64 Bit working and enabled on 64 Bit Apache in Windows 7 64?

  3. 3

    Installing numpy, matplotlib on windows 7 64 bit

  4. 4

    LookupAccountName fails with 1332 on Windows 7 64 bit

  5. 5

    How to find if my WAMP Server is 32bit or 64bit?

  6. 6

    Configure wamp server to SVN on Windows 7 64-bit

  7. 7

    LinqToExcel on Windows7 64 bit with office 64bit

  8. 8

    procontroll library not working on windows 7 , 64 bit

  9. 9

    Building GMP 6.1.0 on 64 bit Windows 7 (msys2/mingw64): configure fails due to mp_limb_t is not 64 bits

  10. 10

    where to download xamp server for 64 bit windows 7 system

  11. 11

    Why can I not install SQL Server Express 2016 on Windows 7 Professional 64 bit SP1?

  12. 12

    Wamp Server not working in Windows

  13. 13

    Upgrade Windows XP 32bit to Windows 7 64 bit

  14. 14

    16-bit assembly incompatibility with 64-bit windows 7

  15. 15

    Wamp 5.3.21 on windows 7 64 bit

  16. 16

    build vim 64bit on windows 7

  17. 17

    How to find if my WAMP Server is 32bit or 64bit?

  18. 18

    procontroll library not working on windows 7 , 64 bit

  19. 19

    C# .NET application built in Windows Server 2008 R2 64bit doesn't run in Windows 7 32bit

  20. 20

    How to run 32 bit exe on a 64 bit system windows 7?

  21. 21

    Cannot install SASS on windows 7 (64 bit)

  22. 22

    Can I upgrade from Windows 7 32 bit to Windows 7 64 bit without losing data?

  23. 23

    Windows 7 64bit keyboard issues

  24. 24

    Windows 7 Enterprise 64bit

  25. 25

    What (traditional) modems work with Windows Vista 64-bit or Windows 7 64-bit?

  26. 26

    Git installation issue(windows 7 ,64 bit)

  27. 27

    How to configure FFmpeg library with ndk r12 using windows 7 64 bit operating system for android

  28. 28

    Why can I not install SQL Server Express 2016 on Windows 7 Professional 64 bit SP1?

  29. 29

    How to configure Microsoft SQL Server Report Builder 3.0 on 64 bit windows 7 machine so it can connect to MySQL DB

HotTag

Archive