Repository Recovery

2014-06-03 Thread Curtis Stiebler
To all, we had a power flicker which in turn caused out Server that we use for our Visual VSN recovery to reboot. Once it rebooted, we are unable to get to our repository either through our Visual Studio Environment or through the VisualSVN server tool. In the server tool, when we go the project

Re: Set a repository never ignore files

2014-06-03 Thread Nico Kadel-Garcia
On Tue, Jun 3, 2014 at 8:05 PM, Andreas Stieger wrote: > Hello, > > On 03/06/14 11:24, James French wrote: >> I have a repo where I want to force .a files to always get added (ie not >> ignored), irrespective of any ignore settings in user config files. I am >> happy to set the repo to not ignore

Re: svn commit of locked/unmodified files

2014-06-03 Thread Andreas Stieger
Hello Simon, On 01/06/14 04:27, Simon Butler wrote: > when i lock multiple files in a directory modify only one and then > commit the directory ,the last changed rev on all files is set to the > commit revision. however, when i query the server the repository last > changed rev is unchanged. > >

Re: Set a repository never ignore files

2014-06-03 Thread Andreas Stieger
Hello, On 03/06/14 11:24, James French wrote: > I have a repo where I want to force .a files to always get added (ie not > ignored), irrespective of any ignore settings in user config files. I am > happy to set the repo to not ignore any file, if that is easier. I guess > I’m after an svn:global-n

Set a repository never ignore files

2014-06-03 Thread James French
Morning, I have a repo where I want to force .a files to always get added (ie not ignored), irrespective of any ignore settings in user config files. I am happy to set the repo to not ignore any file, if that is easier. I guess I'm after an svn:global-no-ignore property... Using svn 1.8.9. Ch