Re: Hook script common environment variables

2018-06-19 Thread Bo Berglund
vars. http://svnbook.red-bean.com/en/1.8/svn.reposadmin.create.html#svn.reposadmin.hooks.configuration.ex-1 and maybe: http://svnbook.red-bean.com/en/1.8/svn.advanced.confarea.html -- Bo Berglund Developer in Sweden

Re: Problem setting Notepad++ as log message editor for svn 1.9.7 (Windows7)

2018-06-08 Thread Bo Berglund
On Fri, 8 Jun 2018 14:57:06 -0400, Mark Phippard wrote: >On Fri, Jun 8, 2018 at 12:29 PM, Bo Berglund wrote: > >> I have configured Notepad++ to be the editor for the log message. >> This works OK if Notepad++ is *not* running at the time of an svn >> operation. Then Np

Problem setting Notepad++ as log message editor for svn 1.9.7 (Windows7)

2018-06-08 Thread Bo Berglund
but there is no log message... How can I use Notepad++ as the log editor and not have this happening? -- Bo Berglund Developer in Sweden

Re: Reference to non-existent node

2018-05-21 Thread Bo Berglund
ses fsfs) by packing the database. Please see: http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.diskspace.fsfspacking -- Bo Berglund Developer in Sweden

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
e -c or -r? 2) Which order of revision numbers? 3) What to do to restore to two revisions back? -- Bo Berglund Developer in Sweden

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund <bo.bergl...@gmail.com> wrote: >Obviously this is a "for dummies" question but I *have* looked at the >svnbook but I cannot still find how to do this: I did not read good enough! This worked fine to get the information I ne

How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
oth client and server. -- Bo Berglund Developer in Sweden

Re: How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 12:30:22 +0200, Bo Berglund <bo.bergl...@gmail.com> wrote: >Of course I now have the option of just svn add-ing the two dirs in >the wc and be done. But I feel that this is probably not the right >thing to do, or just maybe it is >These common file

Re: How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
nd it did. Of course I now have the option of just svn add-ing the two dirs in the wc and be done. But I feel that this is probably not the right thing to do, or just maybe it is These common files are not supposed to change anyway... -- Bo Berglund Developer in Sweden

How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
d line svn client rather than Tortoise or other GUI tools. Any advice welcome. -- Bo Berglund Developer in Sweden

Re: SVNSYNC questions

2018-05-02 Thread Bo Berglund
against each of these every time you want the sync to happen... I have structured my repos (9 of them) to contain the projects as top level directories, so there is only one command to run per repo to sync it with all of the upwards of 50-100 projects in each repo. -- Bo Berglund Developer in Sweden

Re: command line syntax for svn diff

2018-04-28 Thread Bo Berglund
e in the current dir, then invoke WinMerge with the original and the temp files as arguments. Finally when closing it deletes the temp file. Seems to work OK so far. Thanks for your help, I did not know of the HEAD and PREV labels for the revisions -- Bo Berglund Developer in Sweden

Re: command line syntax for svn diff

2018-04-28 Thread Bo Berglund
oiseSVN? (which I cannot install for reasons explained in my start post). -- Bo Berglund Developer in Sweden

command line syntax for svn diff

2018-04-27 Thread Bo Berglund
64. I cannot install Tortoise because my Windows Explorer plug-in handler is already filled to capacity... -- Bo Berglund Developer in Sweden

Re: Moving SVN from one server to another

2018-04-26 Thread Bo Berglund
mmediately upon commit to master by utilizing the post-commit hook. -- Bo Berglund Developer in Sweden

Re: Moving SVN from one server to another

2018-04-26 Thread Bo Berglund
ve in place. After that the mirror should act as a regular repository, but you can no longer sync with the original because of colliding revision numbers. -- Bo Berglund Developer in Sweden

Re: SVN out-of-the-box web interface improvements somewhere?

2018-04-09 Thread Bo Berglund
n/ here are all top level repos But what should be written in place of: 'http://dev.example.com/repos/svn' Is it the URL to the repository or what? Ours is a https:// url... NOTE that we do not want to use domain authentication, we need the standard Apache auth instead. So anything involving domain or ke

RE: SVN out-of-the-box web interface improvements somewhere?

2018-04-08 Thread Bo Berglund
n Ubuntu Server 16.04 is configured with SSL via Apache (https URL:s) and we use SVN 1.9.3 on the Ubuntu machine. Is there some up-to-date installation guide available (I searched inside the GitHub code but in vain)? -- Bo Berglund Developer in Sweden

SVN out-of-the-box web interface improvements somewhere?

2018-04-07 Thread Bo Berglund
and also example page displays? I tried searching with google but almost all hits are about installing svn and talk nothing about customizing the web view. Or they are on StackOverflow and get downvoted because they are too general questions... -- Bo Berglund Developer in Sweden

Re: Is svnadmin load affected by hooks?

2018-03-29 Thread Bo Berglund
On Thu, 29 Mar 2018 10:23:34 -0700, Eric Johnson <e...@tibco.com> wrote: >On Wed, Mar 28, 2018 at 8:17 PM, Bo Berglund <bo.bergl...@gmail.com> wrote: > >If you're dumping into an empty repository, that typically resets the >repository UUID to match that of the dump

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

2018-03-29 Thread Bo Berglund
On Thu, 29 Mar 2018 13:20:04 +0100, Philip Martin <phi...@codematters.co.uk> wrote: >Bo Berglund <bo.bergl...@gmail.com> writes: > >> 1) Do I have to disable the hooks I put in place for sync during the >> load? Or will they not be triggered during a load operatio

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

2018-03-29 Thread Bo Berglund
On Thu, 29 Mar 2018 10:34:52 +0100, Philip Martin <phi...@codematters.co.uk> wrote: >Philip Martin <phi...@codematters.co.uk> writes: > >> Bo Berglund <bo.bergl...@gmail.com> writes: >> >>> 2) Use hotcopy to make a backup copy of everything including h

Is svnadmin load affected by hooks?

2018-03-28 Thread Bo Berglund
. -- Bo Berglund Developer in Sweden

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

2018-03-28 Thread Bo Berglund
On Wed, 28 Mar 2018 12:41:49 -0500, Bo Berglund <bo.bergl...@gmail.com> wrote: >QUESTION: >- >Is there a possibility to dump the source repos, then use the >dumpfiles to set up the mirrors and finally tell svnsync to start >syncing from the revision that is now t

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

2018-03-28 Thread Bo Berglund
et repo at rev 0, but then I have also read some notes that later versions of svn have improved on this We use 1.9.3 on the mirror server and 1.9.7 on the master server. Grateful for any advice here! -- Bo Berglund Developer in Sweden

Re: issue with relative externals after a rename

2018-03-28 Thread Bo Berglund
Just curious since I am working on setting up our svn repositories migrated from CVS.How does one "lock down" tags to disallow further commits? In CVS that was built-in but svn works differently... Bo B.

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

2018-03-27 Thread Bo Berglund
oth the original and restarted sync command. Took a few mnutes to get there. What can this be caused by and what can I do to fix it? I am running the command on the master server (Windows Server 2016) towards an overseas server running Ubuntu 16.04 -- Bo Berglund Developer in Sweden

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

2018-03-27 Thread Bo Berglund
On Mon, 26 Mar 2018 08:22:16 -0500, Bo Berglund <bo.bergl...@gmail.com> wrote: >svn: E195019: Redirect cycle detected for URL The error was caused by misconfiguration of the /etc/apache2/mods-enabled/dav_svn.conf file following the instructions in this webpage: https://tecadmin.ne

Re: E195019: Redirect cycle detected for URL

2018-03-27 Thread Bo Berglund
On Tue, 27 Mar 2018 03:47:54 -0500, Ryan Schmidt <subversion-2...@ryandesign.com> wrote: > >On Mar 26, 2018, at 11:32, Bo Berglund wrote: > >> Alias /svn /var/lib/svn > >Remove that... > Thanks a million! This line was entered due to the howto I used: https://t

Re: E195019: Redirect cycle detected for URL

2018-03-26 Thread Bo Berglund
On Mon, 26 Mar 2018 09:14:30 -0500, "Bo Berglund" <bo.bergl...@gmail.com> wrote: >I am not really versed in Apache configuration files so I would appreciate if >someone could say >what further information I need to supply in order to get to a solution.

E195019: Redirect cycle detected for URL

2018-03-26 Thread Bo Berglund
on Ubuntu is whatever version was available when I installed a few weeks back. Best Regards, Bo Berglund

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

2018-03-26 Thread Bo Berglund
On Mon, 26 Mar 2018 00:21:33 -0500, Bo Berglund <bo.bergl...@gmail.com> wrote: >Not knowing what to do next I tried the synchronize command: > >E:\>svnsync synchronize https://xxx.yyy.com/svn/bosse >https://localserver/svn/bosse >svnsync: E170011: Repository move

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 <bo.bergl...@gmail.com> 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 rout

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 <andreas.stie...@gmx.de> 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.ma

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

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

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

2018-03-15 Thread Bo Berglund
ng the other reply 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

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

2018-03-15 Thread Bo Berglund
y. I have a rather slow connection to the server from where I am... -- Bo Berglund Developer in Sweden

Can import also convert the source to a working copy

2018-03-15 Thread Bo Berglund
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: 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 =

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

2018-02-16 Thread Bo Berglund
oprops.py that uses case 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-16 Thread Bo Berglund
On Fri, 16 Feb 2018 05:41:48 -0600, Ryan Schmidt <subversion-2...@ryandesign.com> 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

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

2018-02-16 Thread Bo Berglund
commit -m "log message" I.e. can I specify the target as the current dir like shown above? -- Bo Berglund Developer in Sweden

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: File not accepted as valid addition to svn

2018-02-12 Thread Bo Berglund
On Mon, 12 Feb 2018 15:54:00 +, Philip Martin <phi...@codematters.co.uk> wrote: >Bo Berglund <bo.bergl...@gmail.com> writes: > >> svn add Fasadändring >> svn: warning: W155010: 'D:\Bosse\Fasadändring' not found > >'&' has special meaning to the she

File not accepted as valid addition to svn

2018-02-12 Thread Bo Berglund
t 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: EOL problems in cvs2svn converted repository

2018-02-12 Thread Bo Berglund
On Sun, 11 Feb 2018 17:49:32 +0100, Bo Berglund <bo.bergl...@gmail.com> 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

Re: Reverting accidental permanent acceptance of SSL certificate?

2018-02-11 Thread Bo Berglund
On Sun, 11 Feb 2018 19:30:04 +, Philip Martin <phi...@codematters.co.uk> wrote: >Bo Berglund <bo.bergl...@gmail.com> 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.

Re: EOL problems in cvs2svn converted repository

2018-02-11 Thread Bo Berglund
On Sun, 11 Feb 2018 08:45:17 +, Daniel Shahaf <d...@daniel.shahaf.name> 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 solut

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:40:06 +0100, Bo Berglund <bo.bergl...@gmail.com> 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 av

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Bo Berglund
have Python 2.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-09 Thread Bo Berglund
vn: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-09 Thread Bo Berglund
of the repo and all of 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: ... is already a working copy for a different url

2018-02-02 Thread Bo Berglund
ou are trying to check out into 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

Top-skim conversion CVS to SVN using scripting?

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

Re: Exe files corrupted in SVN after import from CVS

2018-01-22 Thread Bo Berglund
und 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 considering the HEAD revision of every RCS file.

Re: Exe files corrupted in SVN after import from CVS

2018-01-22 Thread Bo Berglund
k and copied them into my svn 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

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 <subversion-2...@ryandesign.com> 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. >> &

Re: Exe files corrupted in SVN after import from CVS

2018-01-21 Thread Bo Berglund
en *file* but in SVN it is 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, P

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

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: 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 <bo.bergl...@gmail.com> 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

File and folder names corrupted when importing from CVS using cvs2svn

2018-01-18 Thread Bo Berglund
on of 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...) -- B

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

Re: File timestamps?

2018-01-10 Thread Bo Berglund
On Wed, 10 Jan 2018 13:08:14 +0100, Johan Corveleyn <jcor...@gmail.com> wrote: >On Wed, Jan 10, 2018 at 1:02 PM, Bo Berglund <bo.bergl...@gmail.com> wrote: >> Is there some argument that can be applied to svn co to tell it to >> keep the timestamps? > >There is a

File timestamps?

2018-01-10 Thread Bo Berglund
the timestamps? -- 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 <d...@daniel.shahaf.name> 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 loggi

Svn access auditing?

2018-01-08 Thread Bo Berglund
the *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: inodes usage of svn server

2018-01-03 Thread Bo Berglund
iew of this info. Thanks! -- Bo Berglund Developer in Sweden

Re: inodes usage of svn server

2018-01-03 Thread Bo Berglund
k space). Please 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-02 Thread Bo Berglund
he files even smaller? I.e. it does not only save unused file allocation space but actually packs the content even better? -- Bo Berglund Developer in Sweden

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 <bo.bergl...@gmail.com> 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) >

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 <d...@daniel.shahaf.name> 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 >> >

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 <br...@apache.org> 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 >> branch

How to see when an item was added using svnlook?

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

Re: svnignore?

2017-12-30 Thread Bo Berglund
On Sat, 30 Dec 2017 08:31:05 +, Daniel Shahaf <d...@daniel.shahaf.name> wrote: >Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100: >> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej <br...@apache.org> >> wrote: >> >> > >> >Yes and this a

Re: svnignore?

2017-12-29 Thread Bo Berglund
e chars and a comment line): global-ignores = pop1 pop2     foo1 foo2   bar1 bar2 # Added these values too: chuck1 chuck2 -- Bo Berglund Developer in Sweden

Re: svnignore?

2017-12-29 Thread Bo Berglund
On Fri, 29 Dec 2017 19:05:06 +0100, Bo Berglund <bo.bergl...@gmail.com> wrote: >On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman <dcchap...@acm.org> >wrote: >But if I add the content of my cvsignore file to the config file as a >whitespace separated list on one line th

Re: svnignore?

2017-12-29 Thread Bo Berglund
On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman <dcchap...@acm.org> 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 Sub

svnignore?

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

Re: SVN takes control of port 80

2017-12-29 Thread Bo Berglund
ver, for example http://mylinux/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

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

2017-12-27 Thread Bo Berglund
eally should take time 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: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
d other 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
On Wed, 27 Dec 2017 06:23:29 +, Lorenz <loren...@yahoo.com> 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

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 <subversion-2...@ryandesign.com> 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

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: cvs2svn conversion - can later updates be done?

2017-12-25 Thread Bo Berglund
in the copy then something 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

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

svnlook tree seems to disregard revision...

2017-12-21 Thread Bo Berglund
)? It 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

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

2017-12-21 Thread Bo Berglund
ibes is an operation 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

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

2017-12-21 Thread Bo Berglund
natural to do it like this 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: How to discover which files are tagged or branced in a hook script?

2017-12-17 Thread Bo Berglund
ms 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" prope

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

2017-12-16 Thread Bo Berglund
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: cvs2svn - is dump file platform portable?

2017-12-13 Thread Bo Berglund
svn on Windows even 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

Re: cvs2svn - is dump file platform portable?

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

cvs2svn - is dump file platform portable?

2017-12-13 Thread Bo Berglund
tems have svn 1.9.7) -- Bo Berglund Developer in Sweden

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
.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

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
und a number 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 <bo.bergl...@gmail.com> 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 bind

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
e ViewCVS we used with CVS 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

<    1   2   3   >