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
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
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
"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-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-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
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

Apache svn - how to customize rendering?

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

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

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 = '

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

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: 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

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

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-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

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
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
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
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: 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
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

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: 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

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

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

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

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

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: 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

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-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-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-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

Moving CVS to SVN - multiple repositories with different permissions

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

<    1   2   3