Re: Can we delete file or folder in svn permanently ?

2015-06-18 Thread Johan Corveleyn
On Wed, Jun 17, 2015 at 11:45 PM, Mohsin wrote: > I want to delete file / folder from all revisions. Totally delete. Hi Mohsin, See this question in the FAQ: http://subversion.apache.org/faq.html#removal. As you'll see, this is not easy at the moment, but it can be done (using dump + filter + l

Re: svn: Malformed network data

2015-06-18 Thread Andreas Mohr
On Wed, Jun 17, 2015 at 11:57:08AM -0400, Oren Cohen wrote: >I am running subversion-1.6.11-12.el6_6.x86_64 on centos 6.4. When >running “svn st -u” I get: svn: Malformed network data >svnserve is running as a service with —daemon and is listening according >to netstat -a. >tcp 

Ask for informations

2015-06-18 Thread Clément Bacouelle
Hey, I'm a french student from La Sorbonne, and as part of my Master Thesis I do a study on the configuration management tools. I try to make a comparison between many tools which includes Subversion . Could you take five minutes for reply to somes questions about the caracteristics of your prod

Re: svn: Malformed network data

2015-06-18 Thread Philip Martin
Oren Cohen writes: > I am running subversion-1.6.11-12.el6_6.x86_64 on centos 6.4. When > running “svn st -u” I get: svn: Malformed network data > > svnserve is running as a service with —daemon and is listening > according to netstat -a. > > tcp 0 0 *:svn *:* LISTEN That tells you something is

RE: Re: SVN error 403 accedd denied while deleting files

2015-06-18 Thread shaiju
Hi This is happening for the new repository I have created as well Could you please help? Shaiju - Original Message - Subject: RE: Re: SVN error 403 accedd denied while deleting files From: sha...@medinfi.com Date: 6/12/15 3:22 pm To: "Branko Čibej" , users@subversion.apache

Re: svn: Malformed network data

2015-06-18 Thread Oren Cohen
I upgraded to 1.8 temporarily and it gave me a more specific error message. It was looking for a repo on a nas. Once I fixed the DNS to that nas it worked. Thanks, > On Jun 18, 2015, at 5:45 AM, Philip Martin wrote: > > Oren Cohen writes: > >> I am running subversion-1.6.11-12.el6_6.x86_

Re: SVN error 403 accedd denied while deleting files

2015-06-18 Thread Branko Čibej
On 18.06.2015 16:29, sha...@medinfi.com wrote: > > Hi > This is happening for the new repository I have created as well > Could you please help? I still don't know how your configuration is behaving. The bits of configuration that you showed me cannot behave in the way you described. There coul

add hooks to repo

2015-06-18 Thread Bill McCormick
I have an existing repository and I'd like to be able to rev control hooks for the repo ... in the repo. Is there an easy way to do this? I'm running svn 1.8.13 on Ubuntu 12.10. Thanks! -Bill

Re: add hooks to repo

2015-06-18 Thread Andreas Stieger
Hello, On 18/06/15 20:26, Bill McCormick wrote: > I have an existing repository and I'd like to be able to rev control > hooks for the repo ... in the repo. Is there an easy way to do this? No. Hooks live in the on-disk repository tree, not inside the versioned file system. There is no specific f

Re: Can we delete file or folder in svn permanently ?

2015-06-18 Thread Mohsin Abbas
Thanks john for your feedback. Mohsin On Thu, Jun 18, 2015 at 12:38 PM, Johan Corveleyn wrote: > On Wed, Jun 17, 2015 at 11:45 PM, Mohsin wrote: > > I want to delete file / folder from all revisions. Totally delete. > > Hi Mohsin, > > See this question in the FAQ: > http://subversion.apache.o