Moving CVS to SVN - multiple repositories with different permissions

2017-11-13 Thread Bo Berglund
)? -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-11-13 Thread Bo Berglund
into SVN? The SVN path-based authorization seems to be dealing with repositories (modules?) within the repository (singular), all below the SVN root... Did I misunderstand the way SVN works? -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-11-13 Thread Bo Berglund
to use the cvsnt cvs.exe during conversion and does that in such a case need these admin files in CVSROOT? I will make a copy of the active repo for use during conversion of course so I can take out the CVSROOT directories if they are not used. -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-11-14 Thread Bo Berglund
On Mon, 13 Nov 2017 18:54:51 -0500, Bo Berglund wrote: >But now I have to deal with 6 different CVSROOT directories too... >Is cvs2svn using the CVSROOT directory during conversion or can they >be removed from the source so as not confusing the operation? >Or do I need to use the c

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-11-14 Thread Bo Berglund
server x64 machine for the conversion. Oh! That brings up yet another point: On Windows Server 2016 it seems like Microsoft has included their web server (IIS), but I think that Apache is needed for SVN. How can one deal with that? Or is SVN a server all by itself? -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-11-15 Thread Bo Berglund
ked inside the config file example it turned out that the command line options I had imagined would be listed really are not there, the config file uses completely different options it looks like (or at least different syntax for the same options)... -- Bo Berglund Developer in Sweden

Setting up VisualSVN server - how to integrate to existing Apache

2017-11-15 Thread Bo Berglund
can I install SVN server on Windows 7 without using Apache or let VisualSVN integrate itself to the existing Apache? -- Bo Berglund Developer in Sweden

Re: Setting up VisualSVN server - how to integrate to existing Apache

2017-11-16 Thread Bo Berglund
On Thu, 16 Nov 2017 19:10:14 +0300, Pavel Lyalyakin wrote: >On Thu, Nov 16, 2017 at 12:37 AM, Bo Berglund wrote: >> >> I started to install an SVN server on my Windows7 PC using VisualSVN. > >Don't miss the Getting Started guide that should walk you through the

Re: Setting up VisualSVN server - how to integrate to existing Apache

2017-11-18 Thread Bo Berglund
this port instead? Will I then have a non-standard SVN installation? -- Bo Berglund Developer in Sweden

Migrate CVSNT => SVN on Windows, then move to Linux?

2017-12-05 Thread Bo Berglund
method? -- Bo Berglund Developer in Sweden

Re: Migrate CVSNT => SVN on Windows, then move to Linux?

2017-12-05 Thread Bo Berglund
version svnadmin, version 1.9.3 (r1718519) compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu So this svn seems to be pretty much up-to-date. :) -- Bo Berglund Developer in Sweden

Can SVN only branch and tag at the highest project level?

2017-12-05 Thread Bo Berglund
, for example branching out only a single file or two in a directory while leaving the other files on TRUNK. Then at a later time when all is checked we merged the changes back into TRUNK. Is this not possible in svn? -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
On Wed, 15 Nov 2017 12:21:51 -0500, Bo Berglund wrote: >CVS(NT) migration >- >I thought I could do that on my Windows 7 X64 PC by using a copy of >the actual repository files and using cvs2svn as the tool. >I already have ActiveState Python 2.7.1 installed. >So

Re: Can SVN only branch and tag at the highest project level?

2017-12-06 Thread Bo Berglund
ows server. After researching alternatives I found that only SVN is really close enough to make it possible to migrate. -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
it? I belive we have used some cvsnt specific constructs, like setting -kbx on some binary files requiring exclusive editing etc. -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
On Wed, 06 Dec 2017 15:02:18 +0100, Bo Berglund wrote: >I know that some years back I was able to "apt-get install cvs" on a >Linux box (could have been on a RaspberryPi or else a VMWare virtual >machine running Mint or the like. >And that cvs would be the backported cvsnt

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
On Wed, 06 Dec 2017 15:49:40 +0100, Bo Berglund wrote: >Is there some way to move an installed package from an Ubuntu machine >to another more recent machine? >Then I could get cvs(nt) on Linux operational on my new Ubuntu 16.04.3 >machine. >This would make the conversion using c

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
the VMWare console. Maybe it works to get old stuff into new servers as well? It is just a temporary fix while converting to Subversion. -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-06 Thread Bo Berglund
/ would only work if the packages were >in some repository Replied to Andreas in private since it is really off topic here discussing how to build cvsnt on Ubuntu16, even though the purpose is to use it to convert the CVSNT repository to svn... -- Bo Berglund Developer in Sweden

First cvs2svn conversion, problem with "symbols"

2017-12-07 Thread Bo Berglund
tags_path=(project + '/tags'), ) # Change this option to True to turn on profiling of cvs2svn (for # debugging purposes): run_options.profiling = False What should I do to handle the symbols issue? -- Bo Berglund Developer in Sweden

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-07 Thread Bo Berglund
roundabout way and the sftp also started working. So now I am using this old Ubuntu10 box for my conversions. See my new thread about the cvs2svn symbol conversion errors. -- Bo Berglund Developer in Sweden

Re: First cvs2svn conversion, problem with "symbols"

2017-12-08 Thread Bo Berglund
On Thu, 07 Dec 2017 21:44:08 +0100, Bo Berglund wrote: >Problem: >I have taken one of our CVS repositories, which contains just 16 >projects, as a test case for the full conversion to come later. >I used the options file approach so that I could use the automatic >listing of

How do I include cvs2svn command line options into the options file?

2017-12-08 Thread Bo Berglund
because I use an options file and then command line options are prohibited. And the options file syntax seems to be completely different from the command line... Please advice, I have read the documentation but it fails to mention this at least where I have read. -- Bo Berglund Developer in

Re: How do I include cvs2svn command line options into the options file?

2017-12-08 Thread Bo Berglund
On Fri, 8 Dec 2017 12:41:48 +0100, Branko ?ibej wrote: >On 08.12.2017 12:32, Bo Berglund wrote: >> And the options file syntax seems to be completely different from the >> command line... >> >> Please advice, I have read the documentation but it fails to mention &g

Re: First cvs2svn conversion, problem with "symbols"

2017-12-08 Thread Bo Berglund
On Fri, 08 Dec 2017 12:24:19 +0100, Bo Berglund wrote: >What am I missing? It seems like the symbol handling defined in the >options file is not used I ended up putting the following into the options file where the sub-projects are defined: import os cvs_repo_main_dir = '

How to combine files from different svn locations into a working copy?�

2017-12-09 Thread Bo Berglund
n the options file With these steps done the conversion succeeded without error messages. We are probably lucky this worked in view of the cvs2svn documentation saying that one risk failure and that it could be helped by using the cvs as parser, which we could not in fact NOT do... -- Bo Berglund Developer in Sweden

Apache svn - how to customize rendering?

2017-12-10 Thread Bo Berglund
existing Apache Svn? -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Bo Berglund
On Sun, 10 Dec 2017 10:50:37 +0100, Ralph Seichter wrote: >On 10.12.2017 09:30, Bo Berglund wrote: > >> Is there some way to enhance/customize it a bit so it gets a more >> attractive look? > >I use the SVNIndexXSLT option to point Apache to an XSL stylesheet. > Tha

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Bo Berglund
uld not perform this search Must include at least one user, organization, or repository You could try an advanced search. [/quote] -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Bo Berglund
led ViewCVS on Windows servers back about 10 years ago (for CVS) and it was really not this complex to get running. I have yet to see anything at all via the Apache web server. -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
"Unable to connect" error in FireFox. I can reach the svn via Apache fine though: http://engineering-lx/svn/pc/ But no sign of viewvc for Subversion... Maybe the tiny server is not connected to the eth0 public address? Localhost seems suspicious to me. -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
and which gave us a lot more info than just a list of folders/files. So this is what I am looking for now (viewvc for svn), but I am having problems getting it running. PS: I sent this yesterday but it seems like it never made it to the list. Resending it now. DS -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Mon, 11 Dec 2017 11:51:13 +0100, Bo Berglund wrote: >Maybe the tiny server is not connected to the eth0 public address? >Localhost seems suspicious to me. I ended up editing the /usr/lib/viewvc/bin/standalone.py file on the line specifying the binding: host = sys.platform == &#x

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
er of examples or how-to's but when following those it turns out to not work and then after looking closer most are outdated documents And they often assume that you know a whole lot more about the inner workings of Apache or Linux than I do. -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
e.py by editing it and changing the host variable so it uses the server's address (hardcoded) and hostname (also hardcoded). Then I was able to run standalone.py and view the result on http://hostname:someport/viewvc/ Looked all right, but has now to be transported into Apache2... -- Bo Berglund Developer in Sweden

cvs2svn - is dump file platform portable?

2017-12-13 Thread Bo Berglund
platforms. (Both systems have svn 1.9.7) -- Bo Berglund Developer in Sweden

Re: cvs2svn - is dump file platform portable?

2017-12-13 Thread Bo Berglund
t and so diffs are everywhere, I believe. Probably a cvs2svn problem -- Bo Berglund Developer in Sweden

Re: cvs2svn - is dump file platform portable?

2017-12-13 Thread Bo Berglund
n though they are the same version. I will make more tests tomorrow, I have used the smallest dump file so far in my testing in order not to waste so much time. The 3 largest dumps are 5-7 GB each. -- Bo Berglund Developer in Sweden

How to discover which files are tagged or branced in a hook script?

2017-12-16 Thread Bo Berglund
ct* is tagged I want to be able to list all the involved files even though they are not modified themselves. How can this be accomplished? svnlook seems not to be able to do it... -- Bo Berglund Developer in Sweden

Re: How to discover which files are tagged or branced in a hook script?

2017-12-17 Thread Bo Berglund
tforms and also C (not C++ though) for embedded controllers... The Python code was very hard reading for me so I will try my way along the Pascal rouad to get a commithook mailer that replicates the emails we got out of CVS. More experientation has shown up how I can use "svnlook tree" properly to extract the files in a new tag, so that part is at least covered now. -- Bo Berglund Developer in Sweden

Re: Deduce the server URL from the current directory inside the working copy

2017-12-21 Thread Bo Berglund
s sive subversion surely knows where you are when issuing tha command (Came from CVS, where this is a natural way of commanding file operations) -- Bo Berglund Developer in Sweden

Re: Deduce the server URL from the current directory inside the working copy

2017-12-21 Thread Bo Berglund
peration that directly affects the >repository, not the working copy. You are right, also in CVS there are two operations, one for he delete and one for the commit. None of them needs any extra path to them. Good, then they work similarly... -- Bo Berglund Developer in Sweden

svnlook tree seems to disregard revision...

2017-12-21 Thread Bo Berglund
t says on page 372: This shows the tree output for revision 13 in our sample repository: $ svnlook tree -r 13 /var/svn/repos What gives here? I expected *only* to see the files changed by r773. -- Bo Berglund Developer in Sweden

cvs2svn conversion - can later updates be done?

2017-12-25 Thread Bo Berglund
structure that exactly mirrors the repo structure. If I use cvs2svn on these changed files (probably a small number of files) can then the resulting dump file be used to "mirror" the new commits in CVS to the Subversion version? Or is there some other way? -- Bo Berglund Developer in Sweden

Re: cvs2svn conversion - can later updates be done?

2017-12-25 Thread Bo Berglund
ng has happened and by examination of these files the guilty part would be detected. And he should then be requested to repeat his commit on the indicated files from a svn working copy. I suspected making it some kind of semi-automatic thing could be asking too much -- Bo Berglund Developer in Sweden

Combining files from different projects into a new project?

2017-12-26 Thread Bo Berglund
) Do I now have to create new projects from scratch using files exported from the various locations and copied into a new project structure to be imported into svn again? This will effectively isolate the common and library files from their sources and duplicate files into many locations -- Bo Berglund Developer in Sweden

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt wrote: > >On Dec 26, 2017, at 02:00, Bo Berglund wrote: > >> In an earlier thread I asked about how I could simulate this in svn >> and to use the "svn externals" system was adviced. >> >> When I am

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Wed, 27 Dec 2017 06:23:29 +, Lorenz wrote: >Ryan Schmidt wrote: >>On Dec 26, 2017, at 02:00, Bo Berglund wrote: >> >>> In an earlier thread I asked about how I could simulate this in svn >>> and to use the "svn externals" system was adviced. &

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
sensitve files only for our own employees. -- Bo Berglund Developer in Sweden

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
e to read the book, since this the first time >> you're using Subversion. Most of your questions are answered in detail >> there. > >That's good advice. Well, I *have* read parts of the book, but it is 458 pages And asking here directs me to further detailed reading. ;) -- Bo Berglund Developer in Sweden

Re: SVN takes control of port 80

2017-12-29 Thread Bo Berglund
ylinux/bugzilla or >http://mylinux/phpwebadmin are redirected to the svn site and get > >How this can be corrected? Reconfigure SVN to use another port, i.e. 8080 instead of 80 or something like that. THen ether will be no conflicts. -- Bo Berglund Developer in Sweden

svnignore?

2017-12-29 Thread Bo Berglund
d for users wanting a GUI interface like we had for CVS. -- Bo Berglund Developer in Sweden

Re: svnignore?

2017-12-29 Thread Bo Berglund
On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman wrote: >On 12/29/2017 7:57 AM, Bo Berglund wrote: >> Is there no way to make a global setting on the client side such that >> the known files types will be ignored from svn? >> > >Tell Subversion to ignore temporary

Re: svnignore?

2017-12-29 Thread Bo Berglund
On Fri, 29 Dec 2017 19:05:06 +0100, Bo Berglund wrote: >On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman >wrote: >But if I add the content of my cvsignore file to the config file as a >whitespace separated list on one line that line becomes VERY log (over >600 chars). >Can

Re: svnignore?

2017-12-29 Thread Bo Berglund
global-ignores = pop1 pop2     foo1 foo2   bar1 bar2 # Added these values too: chuck1 chuck2 -- Bo Berglund Developer in Sweden

Re: svnignore?

2017-12-30 Thread Bo Berglund
On Sat, 30 Dec 2017 08:31:05 +, Daniel Shahaf wrote: >Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100: >> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej >> wrote: >> >> > >> >Yes and this also works: >> > >> >[miscellany] >&g

How to see when an item was added using svnlook?

2018-01-01 Thread Bo Berglund
not find the extra info like the date... -- Bo Berglund Developer in Sweden

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Bo Berglund
On Tue, 2 Jan 2018 09:42:07 +0100, Branko ?ibej wrote: >On 01.01.2018 21:28, Bo Berglund wrote: >> I am trying to use svnlook to find the revision when a directory was >> created. I want to use this to dig out the timestamps of tags and >> branches. My svn version is 1

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Bo Berglund
On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf wrote: >Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100: >> On 01.01.2018 21:28, Bo Berglund wrote: >> > Is there a command to show the revision when an item (directory or >> > file) was actually created in svn? >

Re: How to combine files from different svn locations into a working copy?�

2018-01-02 Thread Bo Berglund
On Sat, 09 Dec 2017 18:02:20 +0100, Bo Berglund wrote: >vProject > |--- src (all sources from the physical project module) > |--- bin (the binary output from the project) > |--- cmn (selected files from a "Common" project module) > |--- lib (maybe some select

Re: inodes usage of svn server

2018-01-02 Thread Bo Berglund
ctly 1000 files? If so the "shard" storage on my repos seem to only cost at most 4% extra disk space compared to using a single file (comparing file sizes against disk usage). Or will compression of the "svnadmin pack" operation make the combined size of the files even smaller? I.e

Re: inodes usage of svn server

2018-01-03 Thread Bo Berglund
ase do not confuse me with the original poster "Keva-Slient" I merely stepped in to clarify if I might also have the problem, which he apparently is having. But I do not think so (I am on Windows Server 2016 with an NTFS file system). -- Bo Berglund Developer in Sweden

Re: inodes usage of svn server

2018-01-03 Thread Bo Berglund
>the number of directory lookups and file opens (the latter are >notoriously slow on Windows). Depending on usage patterns, the >performance boost may be significant. THat seems to be a valid cause for using the function then! I will look at my new converted repository in view of this info. Th

Svn access auditing?

2018-01-08 Thread Bo Berglund
*changes* in the post-commit hook, so I see no real problems there. But I cannot find any hook for getting information on users accessing the server to view or download content. Is there some way to audit non-commit activity in Svn, specifically checkouts? -- Bo Berglund Developer in Sweden

Re: Svn access auditing?

2018-01-09 Thread Bo Berglund
On Tue, 09 Jan 2018 07:18:48 +, Daniel Shahaf wrote: >Bo Berglund wrote on Tue, 09 Jan 2018 07:49 +0100: >> Is there some way to audit non-commit activity in Svn, specifically >> checkouts? > >Yes, it's called "operational logging". >See

File timestamps?

2018-01-10 Thread Bo Berglund
timestamps? -- Bo Berglund Developer in Sweden

Re: File timestamps?

2018-01-10 Thread Bo Berglund
On Wed, 10 Jan 2018 13:08:14 +0100, Johan Corveleyn wrote: >On Wed, Jan 10, 2018 at 1:02 PM, Bo Berglund wrote: >> Is there some argument that can be applied to svn co to tell it to >> keep the timestamps? > >There is a client-side configuration option for that: use-commit

EOL problems in cvs2svn converted repository

2018-01-11 Thread Bo Berglund
conf file named [auto-props] but it seems only to be applicable for commit and import, not for checkout AFAICT. And all of that section is commented out by default. -- Bo Berglund Developer in Sweden

File and folder names corrupted when importing from CVS using cvs2svn

2018-01-18 Thread Bo Berglund
the conversion or in the format of the generated dump files. Otherwise it may be a problem when importing the dump files into the VisualSVN server What could I do to fix this? (And please note that the new repository is in use so there are a number of commits done since the migration...) --

Re: File and folder names corrupted when importing from CVS using cvs2svn

2018-01-18 Thread Bo Berglund
On Thu, 18 Jan 2018 17:38:04 +0100, Bo Berglund wrote: >I don't know from where this problem originates, either it is a flaw >in the cvs2svn script, the configuration of the conversion or in the >format of the generated dump files. >Otherwise it may be a problem when importi

Exe files corrupted in SVN after import from CVS

2018-01-20 Thread Bo Berglund
guess it will still live there as older revisions and blocking a renewed load, right? Being new to Subversion I don't know where to continue my search for how to resolve the problem. -- Bo Berglund Developer in Sweden

RE: Exe files corrupted in SVN after import from CVS

2018-01-21 Thread Bo Berglund
On Sat, 20 Jan 2018 13:19:26 -0500, Nico Kadel-Garcia wrote: >I suspect you can simplify the whole situation a great deal by moving >at least this project to its own Subversion repository. You should be >able to to at least test and debug ideas by doing a cvs2svn of just >that project and trying

Re: Exe files corrupted in SVN after import from CVS

2018-01-21 Thread Bo Berglund
on a whole directory, or really not even this... It is just a copy of the directory with a different name, not a property of the directory... Seems like I have to scrap the conversion also for Engineering and do something else, but what? Separate repositories for drawings, PDF releases and

Re: Exe files corrupted in SVN after import from CVS

2018-01-21 Thread Bo Berglund
On Sun, 21 Jan 2018 22:23:21 -0600, Ryan Schmidt wrote: > >On Jan 20, 2018, at 10:25, Bo Berglund wrote: > >> I have found that there is a problem in our SVN repository, which was >> converted from CVS using cvs2svn 2.5.0. >> >> It concerns two exe files which

Re: Exe files corrupted in SVN after import from CVS

2018-01-22 Thread Bo Berglund
working copy with the corrupted exe files so I could commit them to svn. And before I committed them I also explicitly set the file MIME properties to binary (using the SmartSvn properties dialogue). Now when I export trunk they are OK. So at least as long as one stays on trunk these files will b

Re: Exe files corrupted in SVN after import from CVS

2018-01-22 Thread Bo Berglund
ation also, but for HEAD only... I found an option like this: ctx.trunk_only = False Setting it to True will make the conversion only include TRUNK revisions AFAICT. But I did not find anything like: ctx.head_only = True This option (if it existed) would make the conversion simpler by only co

Top-skim conversion CVS to SVN using scripting?

2018-01-22 Thread Bo Berglund
. -- Bo Berglund Developer in Sweden

Re: ... is already a working copy for a different url

2018-02-02 Thread Bo Berglund
o then it stops being a working copy altogether... Notice that .svn is a hidden folder so if you are on Windows you won't see it unless you modify the Windows Explorer view properties to show hidden files and folders. -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-09 Thread Bo Berglund
these have the structure of a svn repo with trunk, branches and tags subdirectories. We use VisualSVN with svn version 1.9.7 on the server -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-09 Thread Bo Berglund
27;native' -R *.lpi svn propset svn:eol-style 'native' -R *.bat svn propset svn:eol-style 'native' -R *.iss svn propset svn:eol-style 'native' -R *.xml svn propset svn:eol-style 'native' -R *.gld svn propset svn:eol-style 'native' -R *.inc svn propset svn:eol-style 'native' -R *.dsp svn propset svn:eol-style 'native' -R *.dsw And then a svn commit Would this work? What would happen if a file already has the requested property? -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Bo Berglund
.7.1 installed in my PC. Should I instead check out the projects on Linux to make it work? -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Bo Berglund
N *server* and I have tried to figure out how I can connect it as a Client to the remote LAN. But it seems like once connected I cannot disconnect the client without bringing down the server or rebooting. Very strange. But OT here of course. -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-11 Thread Bo Berglund
On Sun, 11 Feb 2018 08:40:06 +0100, Bo Berglund wrote: >OK, >then I will have to test on a Linux machine. The problem here is that >I need to connect VPN to the server from Linux. So I have more >research to do for that >The Linux machine I have available is an OpenVPN *ser

Reverting accidental permanent acceptance of SSL certificate?

2018-02-11 Thread Bo Berglund
to accept *permanently* How can I revert this? Is there a client svn command to un-accept a certificate? All I find when googling is the opposite, i.e. how to accept a certificate... -- Bo Berglund Developer in Sweden

Re: EOL problems in cvs2svn converted repository

2018-02-11 Thread Bo Berglund
On Sun, 11 Feb 2018 08:45:17 +, Daniel Shahaf wrote: >Bo Berglund wrote on Sun, 11 Feb 2018 09:34 +0100: >> For OpenVPN I found that I had to add some servers to apt-get in order >> to use the OpenVPN own repository, is there a similar solution for >> Sub

Re: Reverting accidental permanent acceptance of SSL certificate?

2018-02-11 Thread Bo Berglund
On Sun, 11 Feb 2018 19:30:04 +, Philip Martin wrote: >Bo Berglund writes: > >> How can I revert this? Is there a client svn command to un-accept a >> certificate? All I find when googling is the opposite, i.e. how to >> accept a certificate... > >Use > &

Re: EOL problems in cvs2svn converted repository

2018-02-12 Thread Bo Berglund
On Sun, 11 Feb 2018 17:49:32 +0100, Bo Berglund wrote: >Any advice? Thanks for all advice and links. Most helpful. I have now mastered the way the svn_apply_autoprops.py can be used and have completed the EOL configuration of the repository for contractors with all items therein. Had to do

File not accepted as valid addition to svn

2018-02-12 Thread Bo Berglund
ng to create a seemingly innocent file by name aux.txt also fails! It was mentioned as one of the (undocumented) "features" of Windows. I tried and sure enough there was an error. -- Bo Berglund Developer in Sweden

Re: File not accepted as valid addition to svn

2018-02-12 Thread Bo Berglund
On Mon, 12 Feb 2018 15:54:00 +, Philip Martin wrote: >Bo Berglund writes: > >> svn add Fasadändring&Attefalltillbyggnad.pdf >> svn: warning: W155010: 'D:\Bosse\Fasadändring' not found > >'&' has special meaning to the shell and needs to b

Server side svn:auto-props, how to set it correctly?

2018-02-15 Thread Bo Berglund
the Apache webserver, so this conf file is apparently not useful at all... -- Bo Berglund Developer in Sweden

Re: Server side svn:auto-props, how to set it correctly?

2018-02-16 Thread Bo Berglund
uot; I.e. can I specify the target as the current dir like shown above? -- Bo Berglund Developer in Sweden

Re: Server side svn:auto-props, how to set it correctly?

2018-02-16 Thread Bo Berglund
On Fri, 16 Feb 2018 05:41:48 -0600, Ryan Schmidt wrote: > >On Feb 15, 2018, at 14:18, Bo Berglund wrote: > >> I would like to set our SVN server to enforce some file properties for >> commonly used files such as images and binary files as well as eol >> handling betwe

Re: Server side svn:auto-props, how to set it correctly?

2018-02-16 Thread Bo Berglund
sensitive pattern recognition? I noticed a file not getting the property set when I used it... It was named in all caps. -- Bo Berglund Developer in Sweden

RE: Server side svn:auto-props, how to set it correctly?

2018-02-18 Thread Bo Berglund
editor pops up and I enter all of the lines like: *.c = svn:eol-style=native *.cpp = svn:eol-style=native >> Do I also have to handle case here? >> I.e. for each file pattern do I have to figure out all case >> permutations too? >> Ex: >> *.cpp = svn:eol-style=native >> *.cpP = svn:e

Can import also convert the source to a working copy

2018-03-15 Thread Bo Berglund
there some flag or such that can help out during the import or in a following checkout so that the extra directory >something else> does not need to be used? Or can I just move the .svn dir from the working copy to the original project and then it will be converted in place? -- Bo Berglund Developer in Sweden

Re: Can import also convert the source to a working copy

2018-03-15 Thread Bo Berglund
h files -m "msg" svn co WiFiConfig/trunk --force WiFiConfig I.e. First import the directory and then immediately check out the same with --force It still takes some time because I think svn needs to download the files into the cache in the .svn directory. I have a rather slow con

Re: Can import also convert the source to a working copy

2018-03-15 Thread Bo Berglund
y and looking up that led me to the procedure I showed. Also, I normally already have the files when subversion comes into play... -- Bo Berglund Developer in Sweden

Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-24 Thread Bo Berglund
! -- Bo Berglund Developer in Sweden

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-24 Thread Bo Berglund
On Sat, 24 Mar 2018 20:17:27 +0100, Andreas Stieger wrote: >On 03/24/2018 02:15 PM, Bo Berglund wrote: >> Is there some current HOWTO I can use to set this up? > >http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication >http://sv

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-25 Thread Bo Berglund
On Sat, 24 Mar 2018 22:40:55 -0500, Bo Berglund wrote: Contrary to the previous message I found that the only way I could fix the connectivity was to publish my backup Ubuntu server on the Internet as a self-signed Apache service on port 443 on my Internet router. So the svnsync command will

  1   2   3   >