SVN EQ Recovery

2011-03-22 Thread bdu12
Hello, I use to have two SVN repositories and a single trac DB setup running in Ubuntu on vmware. The server had a cron daily job that ran each night doing incremental backups onto an email server (the incremental backups, backs up files that have been changed during the day). Occasionally I also

Re: recursive propedit

2011-03-22 Thread Cecil Westerhof
Op dinsdag 22 mrt 2011 21:22 CET schreef Bob Archer: >> I am executing: >> svn propedit svn:ignore . >> >> But this works only on the current directory. I like to have it >> work >> on all the directories beneath the current directory also. And if >> possible on the directories that will be create

Re: a wrong chmod command rendered all my repositories unaccessible

2011-03-22 Thread Walter Cazzola
Hi Ryan thanks for the prompt reply On Tue, Mar 22, 2011 at 9:04 PM, Ryan Schmidt wrote: The listings shown in your attachment show things that have not been chmod'ed 777. the file shows the repository with the rights I have set in my attempt to solve the problem not the "chmod 777 -R *" bu

RE: recursive propedit

2011-03-22 Thread Bob Archer
> I am executing: > svn propedit svn:ignore . > > But this works only on the current directory. I like to have it > work > on all the directories beneath the current directory also. And if > possible on the directories that will be created in the future. > > Is this possible? If you ignore a

Re: a wrong chmod command rendered all my repositories unaccessible

2011-03-22 Thread Ryan Schmidt
On Mar 22, 2011, at 14:58, Walter Cazzola wrote: > I'm administrating a SVN server for my lab with several > repositories/projects accessed via SSL+DAV. The server runs on an old > mandriva (2009) with subversion 1.5.2 and apache 2.2.9 with mod_dav, > mod_ssl and mod_dav_svn installed. Repositorie

a wrong chmod command rendered all my repositories unaccessible

2011-03-22 Thread Walter Cazzola
Dear SVN experts, I'm administrating a SVN server for my lab with several repositories/projects accessed via SSL+DAV. The server runs on an old mandriva (2009) with subversion 1.5.2 and apache 2.2.9 with mod_dav, mod_ssl and mod_dav_svn installed. Repositories are separate directory associate to t

Re: recursive propedit

2011-03-22 Thread David Weintraub
On Tue, Mar 22, 2011 at 2:34 PM, Cecil Westerhof wrote: > I am executing: >    svn propedit svn:ignore . > > But this works only on the current directory. I like to have it work > on all the directories beneath the current directory also. And if > possible on the directories that will be created i

Re: I do not receive my own messages anymore

2011-03-22 Thread Cecil Westerhof
Op dinsdag 22 mrt 2011 19:41 CET schreef Cecil Westerhof: > In the past I received the messages I send to the list. But not > anymore. What could be the problem? It looks like the problem is solved. I received this and two other messages I send to the list. -- Cecil Westerhof Senior Software En

I do not receive my own messages anymore

2011-03-22 Thread Cecil Westerhof
In the past I received the messages I send to the list. But not anymore. What could be the problem? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Upgrade subversion 1.5.1

2011-03-22 Thread Cecil Westerhof
Op maandag 21 mrt 2011 17:18 CET schreef Ryan Schmidt: >> I am asked to implement a repository system for a client. When looking >> at the version, I see: >> svnserve, version 1.5.1 (r32289) >> compiled Mar 1 2011, 17:20:34 >> >> I find this a bit strange. Only three weeks ago compiled, but stil

recursive propedit

2011-03-22 Thread Cecil Westerhof
I am executing: svn propedit svn:ignore . But this works only on the current directory. I like to have it work on all the directories beneath the current directory also. And if possible on the directories that will be created in the future. Is this possible? -- Cecil Westerhof Senior Softwa

Re: ERESTARTSYS (To be restarted) and "svn: Could not obtain the list of SASL mechanisms"

2011-03-22 Thread Nick Williams
On a hunch, I figured out the issue, but it leads me to this question: What are the SVN's limits on encryption? If /svr/svn/repos/myrepos/conf/svnserve.conf, I had this: min-encryption = 256 max-encryption = 512 This (oddly) was causing the "Could not obtain list of SASL mechanisms" error. Whe

Re: issue tracking, code diff/review

2011-03-22 Thread Nico Kadel-Garcia
On Tue, Mar 22, 2011 at 9:22 AM, Cooke, Mark wrote: >> >> -Original Message- >> >> From: bruce [mailto:badoug...@gmail.com] >> >> Sent: 22 March 2011 05:34 >> >> To: users@subversion.apache.org >> >> Subject: issue tracking, code diff/review >> >> >> >> Hi. >> >> >> >> I've got a basic wor

Re: issue tracking, code diff/review

2011-03-22 Thread Ulrich Eckhardt
> > Trac is *very* powerful and flexible. It's also a bit awkward to set > > up with good permissions to allow the daemon that runs the web server > > (typically as the "apache" user) to have write access to your back end > > subversion One way around this is to use the builtin webserver of TRAC,

RE: issue tracking, code diff/review

2011-03-22 Thread Cooke, Mark
> >> -Original Message- > >> From: bruce [mailto:badoug...@gmail.com] > >> Sent: 22 March 2011 05:34 > >> To: users@subversion.apache.org > >> Subject: issue tracking, code diff/review > >> > >> Hi. > >> > >> I've got a basic workflow app that allows users to manage software > >> apps, for

Re: issue tracking, code diff/review

2011-03-22 Thread Nico Kadel-Garcia
On Tue, Mar 22, 2011 at 5:45 AM, Cooke, Mark wrote: >> -Original Message- >> From: bruce [mailto:badoug...@gmail.com] >> Sent: 22 March 2011 05:34 >> To: users@subversion.apache.org >> Subject: issue tracking, code diff/review >> >> Hi. >> >> I've got a basic workflow app that allows users

Re: issue tracking, code diff/review

2011-03-22 Thread Nguyen Vu Hung (VNC)
(2011/03/22 12:33), bruce wrote: Hi. I've got a basic workflow app that allows users to manage software apps, for different roles. For the "review" role, I'm trying to find a simple issue tracking app/code diff/review app that I can modify, to hook into what I'm creating. I've started looking in

RE: issue tracking, code diff/review

2011-03-22 Thread Cooke, Mark
> -Original Message- > From: bruce [mailto:badoug...@gmail.com] > Sent: 22 March 2011 05:34 > To: users@subversion.apache.org > Subject: issue tracking, code diff/review > > Hi. > > I've got a basic workflow app that allows users to manage software > apps, for different roles. For the "r

Re: importing files to Google Code repository

2011-03-22 Thread Ryan Schmidt
On Mar 21, 2011, at 14:32, Safa Ben Achour wrote: > Hello everyone, > this is the first time i try to use google code or any project hosting > system. > I'm developping a project which contains now many files already. i > created a project on google code to host the first one but i don't

Nice svn pre-commit scripts

2011-03-22 Thread Nguyen Vu Hung (VNC)
Hello all, 1. I need a script that stops commits that have empty log messages. Like this http://stackoverflow.com/questions/869248/windows-pre-commit-hook-for-comment-length-subversion Is there any script that run both under Linux and Windows (better: written in Python) 2. Please point me to