I tried to do an SVN Update on a DLL that was being used by a service. It
failed
I stopped the process and ran SVN Update again, it told me to clean-up
I deleted the subfolder and ran SVN Update again, it told me to clean-up
I ran clean-up and got this error
---
On Fri, Nov 4, 2011 at 4:52 PM, Richard Cavell wrote:
> Hi, everyone.
>
> In a URL such as:
>
> file:///one/two/three/four
>
> It may be that the repository is actually at /one/two, and the three/four
> are directories within the repository.
>
> How does subversion identify which slashes are virtu
Hi, everyone.
In a URL such as:
file:///one/two/three/four
It may be that the repository is actually at /one/two, and the three/four are
directories within the repository.
How does subversion identify which slashes are virtual and which ones are
real? Does it search each part of the path
Stefan Sperling wrote on Fri, Nov 04, 2011 at 13:05:51 +0100:
> On Fri, Nov 04, 2011 at 01:45:14PM +0200, Daniel Shahaf wrote:
> >
> >
> > On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez"
> > wrote:
> > > Hello,
> > >
> > > I have encountered from time to time the problem that someone
On Fri, Nov 4, 2011 at 3:26 PM, j s wrote:
> I have apache running and connect to my repo using http. What is the best
> way to upgrade to latest svn server version? Would gladly appreciate any
> documentation that helps in upgrading
>
You pretty much just need the new server binaries. You do n
On Thu, Nov 3, 2011 at 7:27 PM, Daniel Shahaf wrote:
> I think MERGE is the DAV command that corresponds to "Commit this
> transaction (i.e., promote it to a revision)".
>
> Anyway: when svn runs the hook, it only looks at its exit code, stderr,
> and stdout. So, check how these three change with
I have apache running and connect to my repo using http. What is the best way
to upgrade to latest svn server version? Would gladly appreciate any
documentation that helps in upgrading
Hi,
It seems that the dav_svn Apache module is not compatible with
directive when used with regular expression containing
negative part. For example, given that configuration:
DAV svn
SVNPath /srv/svnroot/myproject
ScriptAlias /viewvc "/usr/lib/cgi-bin/viewvc.cgi"
On Fri, 04 Nov 2011 10:06:32 +, Peter Schuck wrote:
> Hi,
>
> I would like to know if it is possible to ssh tunnel or somehow update a
> remote copy of my subversion tree. I've checked the FAQ and I know that
> you can just start up an remote shell on the machine, but the problem I
> have is a
Hi,
I would like to know if it is possible to ssh tunnel or somehow update a
remote copy of my subversion tree. I've checked the FAQ and I know that
you can just start up an remote shell on the machine, but the problem I
have is a bit more complex
I have three machines:
A - which maintains the a
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from svn import core
Traceback (most recent call last):
File "", line 1, in
File "C:\Python26\lib\site-packages\svn\core.py", line 26
I will take a look, thank you
On 04/11/11 12:45, Daniel Shahaf wrote:
On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez"
wrote:
Hello,
I have encountered from time to time the problem that someone (or an
script) modified an authz file in such a way that it blocked the access
completel
On Fri, Nov 04, 2011 at 01:45:14PM +0200, Daniel Shahaf wrote:
>
>
> On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez"
> wrote:
> > Hello,
> >
> > I have encountered from time to time the problem that someone (or an
> > script) modified an authz file in such a way that it blocked the a
On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez"
wrote:
> Hello,
>
> I have encountered from time to time the problem that someone (or an
> script) modified an authz file in such a way that it blocked the access
> completely to the repository:
>
> "Invalid authz configuration"
Hello,
I have encountered from time to time the problem that someone (or an
script) modified an authz file in such a way that it blocked the access
completely to the repository:
"Invalid authz configuration"
In all the cases I have seen the problem was due to an undefined group,
someth
On Nov 4, 2011, at 05:59, Stefano Mora wrote:
> Yes, this is done, i reported only one (eos).
> Now i have the '/dev' level is defined with an Alias to allow browsing.
That's probably the source of the problem. Delete the alias, then verify that
the repositories work with a Subversion client.
>
> > Your reading is partially incorrect:
> > We need to define some paths and repositories.
> >
> >> This is based on your statement below that you want to access
> >> http://srveos:8080/dev and see a list of repositories.
> >
> > Not correct, we need to view inner folders ( eos, xxx, yyy): insi
On Nov 4, 2011, at 04:47, Stefano Mora wrote:
> Your reading is partially incorrect:
> We need to define some paths and repositories.
>
>> This is based on your statement below that you want to access
>> http://srveos:8080/dev and see a list of repositories.
>
> Not correct, we need to view inn
Your reading is partially incorrect:
We need to define some paths and repositories.
> This is based on your statement below that you want to access
> http://srveos:8080/dev and see a list of repositories.
Not correct, we need to view inner folders ( eos, xxx, yyy): inside them we
want to see the
On Nov 4, 2011, at 04:21, Stefano Mora wrote:
> i configured Apache 2.2 to handle SVN service.
The configuration you've shown is very confusing. Where did you get the idea
that you should define Alias directives, or use a block? I'll try
to suggest fixes below:
> We want to browse upper direc
Hi all,
i configured Apache 2.2 to handle SVN service.
We want to browse upper directory and then enter in a SVN folder.
The tree is outside the DocumentRoot directive.
This is a chunk of the httpd.conf:
Alias /dev/eose:/svnroot/dev/eos
DAV svn
SVNListParentPath on
SVNReposName "R
Am 04.11.2011 01:48, schrieb michael mac:
There's a requirement to enforce file naming convention under
particular svn paths. The convention name will be "numeric dot
number" (1.1). I have looked into svnperm.py and
commit-access-control.pl as a pre-commit hook option, but they don't
seem to have
22 matches
Mail list logo