Mailinglist Archive: opensuse (2459 mails)
| < Previous | Next > |
Re: [opensuse] Apache HTTP server configuration to interact with a subversion repository
- From: G T Smith <grahamsmith@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 05 Mar 2008 13:54:18 +0000
- Message-id: <47CEA60A.80802@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Cristea Bogdan wrote:
This is fairly well explained in the Subversion Docs. Look particular at
the section giving the various server options.
Firstly you need to set the appropriate rights to the username and group
(usually wwwrun and www on SuSE) to the folder using chown and chmod,
then secondly you need to make decisions about the authentication
mechanism you intend use (http or otherwise) and whether you want to use
the and then modify.
/etc/apache2/conf.d/subversion.conf
appropriately...
I would recommend the file:/destination path definition to use 'svn
import' locally (the repository can later be accessed remotely) as I
have found the http:/localhost/destination option a little temperamental
in the past...
[Before anyone has a go about top posting... this seemed to best way to
handle below...]
- --
==============================================================================
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.
Bjarne Stroustrup
==============================================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFHzqYKasN0sSnLmgIRAgX9AJ9NJvPybCTGisP/SdpC0uulOy9JJgCdEw0D
IWB4sW+q3d0NwZs8p7nMszw=
=6B28
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hash: SHA1
Cristea Bogdan wrote:
This is fairly well explained in the Subversion Docs. Look particular at
the section giving the various server options.
Firstly you need to set the appropriate rights to the username and group
(usually wwwrun and www on SuSE) to the folder using chown and chmod,
then secondly you need to make decisions about the authentication
mechanism you intend use (http or otherwise) and whether you want to use
the and then modify.
/etc/apache2/conf.d/subversion.conf
appropriately...
I would recommend the file:/destination path definition to use 'svn
import' locally (the repository can later be accessed remotely) as I
have found the http:/localhost/destination option a little temperamental
in the past...
[Before anyone has a go about top posting... this seemed to best way to
handle below...]
Could you explain how can I be sure that apache server and repoitory
owner have write rights to a created repository?
On Wed, Mar 5, 2008 at 2:12 PM, dave stern - e-mail.pluribus.unum
<dit.dash@xxxxxxxxx> wrote:
Who is the repo owner? Using apache, I believe the repo has to be owned by
whomever runs apache. So if you have a user acting as the repo librarian,
that user and apache might need to be in the same group with the structure
allowing group write.
On Wed, Mar 5, 2008 at 3:22 AM, Cristea Bogdan <cristeab@xxxxxxxxx> wrote:
> I need to configure an apache server in order to interact with a
> subversion repository. In my initial configuration the repository should
be
> accessed anonymously. However, when importing into a repository:
> "svn import tmp/ModemModule/ http://localhost/repos/Modem/ModemModule"
> I get the error message:
> "svn: Can't create
> directory '/home/bogdan/svnrepo/Modem/db/transactions/0-1.txn':
Permission
> denied
> svn: Your commit message was left in a temporary file:
> svn: 'svn-commit.3.tmp' "
> How can I solve this issue?
> --
> Bogdan Cristea
> Software Engineer
> --
> To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
> For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
>
>
- --
==============================================================================
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.
Bjarne Stroustrup
==============================================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFHzqYKasN0sSnLmgIRAgX9AJ9NJvPybCTGisP/SdpC0uulOy9JJgCdEw0D
IWB4sW+q3d0NwZs8p7nMszw=
=6B28
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |