Looks like nobody has responded yet. I've certainly not encountered that
behavior.
I think you'll need to provide more information. The problem could stem
from so many places. Could be, for example, that you've got a virus
scanner, and when you export the 30K files, you're exporting files that
dra
Hi,
We're deploying a Subversion server 1.8.11 using Apache 2.4.12. All the clients
are using the 1.8 protocol.
Let's say we only have two groups. We want every account in those groups to
have read access to the whole repository, but read-write access to only their
section. We're talking abo
That is not strictly typo, but I already committed a change to that line before
I wrote my previous mail (r1682198).
The current form specifies a root relative path on Windows ( \repos ), which
would work while your current drive is ‘C:’ but stops working when you switch
the active drive.
Thanks! I got it working now by following the updated quick-start. There's
perhaps one typo remaining as the drive is missing from this address:
> svn checkout "file:///repos/my-repos/trunk" ./
On Thu, May 28, 2015 at 1:10 PM, Bert Huijben wrote:
> If you want to use URL operations, the whole
If you want to use URL operations, the whole url should use ‘/’ separators. It
now tries to open the local directory file:\\something
, which certainly won’t exist because file: is not a
valid device specifier on Windows.
You want to use something like
$ svn mkdir -m "Create directory
Hi,
You could use %REPOS_DIR:\=/% instead of just %REPOS_DIR% to replace all ‘\’
characters with ‘/’
(In batch scripts you might have to enable cmd extensions, but on the
commandline this is enabled by default)
Bert
From: Antti Simola [mailto:asimol
On Thu, May 28, 2015 at 11:38:17AM +0200, Stefan Sperling wrote:
> The quick-start page is wrong.
I've fixed the page. Thanks!
On Thu, May 28, 2015 at 12:19:17PM +0300, Antti Simola wrote:
> This is what I typed in my last attempt. I've made several attempts after
> the one that worked earlier.
>
> C:\>set REPOS_DIR=h:\repos\my-repos
>
> C:\>mkdir h:\repos
>
> C:\>svnadmin create %REPOS_DIR%
>
> C:\>svn mkdir -m "Creat
This is what I typed in my last attempt. I've made several attempts after
the one that worked earlier.
C:\>set REPOS_DIR=h:\repos\my-repos
C:\>mkdir h:\repos
C:\>svnadmin create %REPOS_DIR%
C:\>svn mkdir -m "Create directory structure." "file:///%REPOS_DIR%/trunk"
"file:///%REPOS_DIR%/branches"
On Thu, May 28, 2015 at 11:08:17AM +0300, Antti Simola wrote:
> Hello,
>
>
>
> I’m learning to use the command-line Subversion (1.8.13 64-bit Win,
> SLIKSVN) by reading the book online and doing some tests. I followed the
> quick-start guide for some experiments:
>
>
>
> https://subversion.ap
Hello,
I’m learning to use the command-line Subversion (1.8.13 64-bit Win,
SLIKSVN) by reading the book online and doing some tests. I followed the
quick-start guide for some experiments:
https://subversion.apache.org/quick-start
The first time around went spotless. But the second time whe
11 matches
Mail list logo