Re: committing stuff

2006-04-02 Thread Martin Vermeer
On Sun, Apr 02, 2006 at 05:37:31PM +0200, Andre Poenitz wrote:
> 
> I wonder whether I am doing something wrong.
> 
> 'svn update' works, and is finished after maybe ten seconds.
> 
> 'svn commit' asks for commit message, password, and exits with a message
> 
>   svn: Commit failed (details follow):
> 
> - and that's it. No details.
> 
> Anybody seen this before?

Sure you're trying to commit from a local tree set up for svn+ssh?

- Martin
 


pgpvD8SDgIWZl.pgp
Description: PGP signature


Re: committing stuff

2006-04-02 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| I wonder whether I am doing something wrong.
| 
| 'svn update' works, and is finished after maybe ten seconds.
| 
| 'svn commit' asks for commit message, password, and exits with a message
| 
|   svn: Commit failed (details follow):
| 
| - and that's it. No details.
| 
| Anybody seen this before?

I have. You have not been added to the authz list yet.
I'll do that right away.

-- 
Lgb



Re: committing stuff

2006-04-02 Thread Andre Poenitz
On Sun, Apr 02, 2006 at 07:19:34PM +0300, Martin Vermeer wrote:
> On Sun, Apr 02, 2006 at 05:37:31PM +0200, Andre Poenitz wrote:
> > 
> > I wonder whether I am doing something wrong.
> > 
> > 'svn update' works, and is finished after maybe ten seconds.
> > 
> > 'svn commit' asks for commit message, password, and exits with a message
> > 
> >   svn: Commit failed (details follow):
> > 
> > - and that's it. No details.
> > 
> > Anybody seen this before?
> 
> Sure you're trying to commit from a local tree set up for svn+ssh?

Well, the local tree sits on an NFS mounted volume, but apart from that,
yes, 'svn info' tells me that this is a working copy obtained by
svn+ssh://[EMAIL PROTECTED]/lyx/lyx-devel/trunk.

Moreover, svn update works...

Andre'


Re: committing stuff

2006-04-04 Thread Andre Poenitz
On Sun, Apr 02, 2006 at 06:55:44PM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> 
> | I wonder whether I am doing something wrong.
> | 
> | 'svn update' works, and is finished after maybe ten seconds.
> | 
> | 'svn commit' asks for commit message, password, and exits with a message
> | 
> |   svn: Commit failed (details follow):
> | 
> | - and that's it. No details.
> | 
> | Anybody seen this before?
> 
> I have. You have not been added to the authz list yet.
> I'll do that right away.

One step further. Now I get:

Transmitting file data ..svn: Commit failed (details 
follow):
svn: Can't create directory '/lyx/db/transactions/13548-1.txn': Permission 
denied
svn: Your commit message was left in a temporary file:

Andre'


Re: committing stuff

2006-04-04 Thread Andre Poenitz
On Sun, Apr 02, 2006 at 06:55:44PM +0200, Lars Gullik Bjønnes wrote:
> I have. You have not been added to the authz list yet.
> I'll do that right away.

Maybe I need a group membership in group 2004 (svnusers)?

Andre'


Re: committing stuff

2006-04-04 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Sun, Apr 02, 2006 at 06:55:44PM +0200, Lars Gullik Bjønnes wrote:
| > I have. You have not been added to the authz list yet.
| > I'll do that right away.
| 
| Maybe I need a group membership in group 2004 (svnusers)?

Most likely... I wonder why I forgot that...

(I do not really like svn+ssh but to be it is the only realistic
alternative. I hope the subversion people will get their act together
soon and provide some ssl/sasl authentication methods soon)

-- 
Lgb



Re: committing stuff

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 01:24:10AM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> 
> | On Sun, Apr 02, 2006 at 06:55:44PM +0200, Lars Gullik Bjønnes wrote:
> | > I have. You have not been added to the authz list yet.
> | > I'll do that right away.
> | 
> | Maybe I need a group membership in group 2004 (svnusers)?
> 
> Most likely... I wonder why I forgot that...
> 
> (I do not really like svn+ssh but to be it is the only realistic
> alternative. I hope the subversion people will get their act together
> soon and provide some ssl/sasl authentication methods soon)

Wouldn't https work?

Andre'


Re: committing stuff

2006-04-06 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| > (I do not really like svn+ssh but to be it is the only realistic
| > alternative. I hope the subversion people will get their act together
| > soon and provide some ssl/sasl authentication methods soon)
| 
| Wouldn't https work?

:-) no.

I do not count that as a realistic alternative.

-- 
Lgb



Re: committing stuff

2006-04-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Andre Poenitz <[EMAIL PROTECTED]> writes:
Lars> | > (I do not really like svn+ssh but to be it is the only
Lars> realistic | > alternative. I hope the subversion people will get
Lars> their act together | > soon and provide some ssl/sasl
Lars> authentication methods soon)
Lars> | 
Lars> | Wouldn't https work?

Lars> :-) no.

Lars> I do not count that as a realistic alternative.

BTW, if there a way to access the anonymous svn via http right now, or
does that require some nice ViewSVN tool?

JMarc


Re: committing stuff

2006-04-06 Thread christian . ridderstrom
On Thu, 6 Apr 2006, Jean-Marc Lasgouttes wrote:

> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> 
> Lars> Andre Poenitz <[EMAIL PROTECTED]> writes:
> Lars> | > (I do not really like svn+ssh but to be it is the only
> Lars> realistic | > alternative. I hope the subversion people will get
> Lars> their act together | > soon and provide some ssl/sasl
> Lars> authentication methods soon)
> Lars> | 
> Lars> | Wouldn't https work?
> 
> Lars> :-) no.
> 
> Lars> I do not count that as a realistic alternative.
> 
> BTW, if there a way to access the anonymous svn via http right now, or
> does that require some nice ViewSVN tool?

I think some apache module comes with SVN which allows you to browse the
repository. It's not very fancy though. Then there's also VievCV IIRC.

/C

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: committing stuff

2006-04-06 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes:

| On Thu, 6 Apr 2006, Jean-Marc Lasgouttes wrote:
| 
| > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| > 
| > Lars> Andre Poenitz <[EMAIL PROTECTED]> writes:
| > Lars> | > (I do not really like svn+ssh but to be it is the only
| > Lars> realistic | > alternative. I hope the subversion people will get
| > Lars> their act together | > soon and provide some ssl/sasl
| > Lars> authentication methods soon)
| > Lars> | 
| > Lars> | Wouldn't https work?
| > 
| > Lars> :-) no.
| > 
| > Lars> I do not count that as a realistic alternative.
| > 
| > BTW, if there a way to access the anonymous svn via http right now, or
| > does that require some nice ViewSVN tool?
| 
| I think some apache module comes with SVN which allows you to browse the
| repository. It's not very fancy though. Then there's also VievCV IIRC.

I will upgrade the sever to subversion 1.3.1 and setup trac.
I belive that will take care of the ViewVC abstinence as well.

-- 
Lgb



Re: committing stuff

2006-04-06 Thread Andre Poenitz
On Thu, Apr 06, 2006 at 11:35:22AM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> 
> | > (I do not really like svn+ssh but to be it is the only realistic
> | > alternative. I hope the subversion people will get their act together
> | > soon and provide some ssl/sasl authentication methods soon)
> | 
> | Wouldn't https work?
> 
> :-) no.
> 
> I do not count that as a realistic alternative.

I am seriously curious: Why?

We do use that at work (mainly because of the possible LDAP
authorization)

Andre'


Re: committing stuff

2006-04-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> I will upgrade the sever to subversion 1.3.1 and setup trac. I
Lars> belive that will take care of the ViewVC abstinence as well.

That would be nice. Actually I was wondering what I would do to point
the translators to an up-to-date version of the po files. I guess I'll
make a local copy.

JMarc


Re: committing stuff

2006-04-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Thu, Apr 06, 2006 at 11:35:22AM +0200, Lars Gullik Bjønnes wrote:
| > Andre Poenitz <[EMAIL PROTECTED]> writes:
| > 
| > | > (I do not really like svn+ssh but to be it is the only realistic
| > | > alternative. I hope the subversion people will get their act together
| > | > soon and provide some ssl/sasl authentication methods soon)
| > | 
| > | Wouldn't https work?
| > 
| > :-) no.
| > 
| > I do not count that as a realistic alternative.
| 
| I am seriously curious: Why?

Letf over from work really. The interrupt semantics (interrupt a run
svn) of svn:// and http:// is completely different.

And also that there is a several more components that has to work
together (, and I already had/have the ssh stuff setup).

| We do use that at work (mainly because of the possible LDAP
| authorization)

If we used LDAP... then perhaps.

-- 
Lgb



Re: committing stuff

2006-04-07 Thread christian . ridderstrom
On Fri, 7 Apr 2006, Jean-Marc Lasgouttes wrote:

> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> 
> Lars> I will upgrade the sever to subversion 1.3.1 and setup trac. I
> Lars> belive that will take care of the ViewVC abstinence as well.
> 
> That would be nice. Actually I was wondering what I would do to point
> the translators to an up-to-date version of the po files. I guess I'll
> make a local copy.

As an aside, it was the module 'dav_svn' that I was thinking of. For
pointing to an up-to-date version that works very well (in fact, it's the
only thing I'm using it for).

cheers
/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: committing stuff

2006-04-07 Thread Andre Poenitz
On Thu, Apr 06, 2006 at 09:34:01PM +0200, Lars Gullik Bjønnes wrote:
> | I think some apache module comes with SVN which allows you to browse the
> | repository. It's not very fancy though. Then there's also VievCV IIRC.
> 
> I will upgrade the sever to subversion 1.3.1 and setup trac.
> I belive that will take care of the ViewVC abstinence as well.

I only had a short look at trc a while ago. Can it import bugzilla
databases? Or uses it such?

Andre'


Re: committing stuff

2006-04-08 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Thu, Apr 06, 2006 at 09:34:01PM +0200, Lars Gullik Bjønnes wrote:
| > | I think some apache module comes with SVN which allows you to browse the
| > | repository. It's not very fancy though. Then there's also VievCV IIRC.
| > 
| > I will upgrade the sever to subversion 1.3.1 and setup trac.
| > I belive that will take care of the ViewVC abstinence as well.
| 
| I only had a short look at trc a while ago. Can it import bugzilla
| databases? Or uses it such?

Yes it can import bugzilla dbs, but that does not mean that we have to
use the ticket feature at all.

-- 
Lgb



Re: committing stuff

2006-04-09 Thread Andre Poenitz
On Sat, Apr 08, 2006 at 01:04:00PM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> 
> | On Thu, Apr 06, 2006 at 09:34:01PM +0200, Lars Gullik Bjønnes wrote:
> | > | I think some apache module comes with SVN which allows you to browse the
> | > | repository. It's not very fancy though. Then there's also VievCV IIRC.
> | > 
> | > I will upgrade the sever to subversion 1.3.1 and setup trac.
> | > I belive that will take care of the ViewVC abstinence as well.
> | 
> | I only had a short look at trc a while ago. Can it import bugzilla
> | databases? Or uses it such?
> 
> Yes it can import bugzilla dbs, but that does not mean that we have to
> use the ticket feature at all.

So what aspects of trac will we be using?

Andre'


Re: committing stuff

2006-04-09 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Sat, Apr 08, 2006 at 01:04:00PM +0200, Lars Gullik Bjønnes wrote:
| > Andre Poenitz <[EMAIL PROTECTED]> writes:
| > 
| > | On Thu, Apr 06, 2006 at 09:34:01PM +0200, Lars Gullik Bjønnes wrote:
| > | > | I think some apache module comes with SVN which allows you to browse 
the
| > | > | repository. It's not very fancy though. Then there's also VievCV IIRC.
| > | > 
| > | > I will upgrade the sever to subversion 1.3.1 and setup trac.
| > | > I belive that will take care of the ViewVC abstinence as well.
| > | 
| > | I only had a short look at trc a while ago. Can it import bugzilla
| > | databases? Or uses it such?
| > 
| > Yes it can import bugzilla dbs, but that does not mean that we have to
| > use the ticket feature at all.
| 
| So what aspects of trac will we be using?

Source viewer and timeline I guess... and all other that we want to
use.

-- 
Lgb