Re: Svnserve port issue with Apache

2015-07-10 Thread Branko Čibej
On 10.07.2015 14:27, Ryan Schmidt wrote:
> As I said, if you want the Subversion mod_dav_svn server on a separate
> port from the rest of your web sites, you need to run a separate copy
> of Apache httpd for Subversion.

That's not the case, of course. You just have to tell httpd to listen on
an extra port and configure a VirtualHost for that port. That's standard
config and a lot easier than running a whole extra httpd server.

-- Brane


Re: Subversion encountered a serious problem.

2015-07-10 Thread Stefan Hett

Hi Mark,

can't help you too much atm other than suggesting u update ur 
TortoiseSVN-version to the latest (which is 1.8.11). 1.8.7 is already 
several monthes old and based on SVN 1.8.9 (while the latest being 1.8.13).
Looking at the changelog in SVN 1.8.13 brings up a few candidates which 
might relate to the issue u're seeing (but yet again I didn't check in 
detail to be sure). Hence suggesting u simply try out the latest 
tortoise version.


Regads,
Stefan

I was trying to resolve conflict, didn’t find a solution in mailing 
archives, and got an error. This behavior was reproduced several times 
and conflict was not resolved.


---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c'

line 2462: assertion failed (move_src_op_root_relpath != NULL &&

move_dst_op_root_relpath != NULL)

---

OK

Thanks,

*Mark Sudakov*

*Database and Net Developer*

Atlas General Insurance Services, LLC

atlas_logo_cmyk.jpg

Direct: 858-529-6725

www.atlas.us.com 





Re: Subversion encountered a serious problem.

2015-07-10 Thread Andreas Mohr
Hi,

no input to the specific issue at hand (sorry), but:

On Fri, Jul 10, 2015 at 05:32:35PM +, Mark Sudakov wrote:
>I was trying to resolve conflict, didn’t find a solution in mailing
>archives, and got an error. This behavior was reproduced several times and
>conflict was not resolved.
> 
>---
> 
>Subversion Exception!
> 
>---
> 
>Subversion encountered a serious problem.
> 
>Please take the time to report this on the Subversion mailing list
> 
>with as much information as possible about what
> 
>you were trying to do.

WTH does this rather very generic / central exceptional error message handler
not even log a version value? Unless this happens to be fully
intentional for some reason...

>But please first sear 
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c'

(version indirectly included here)


HTH,

Andreas Mohr


Subversion encountered a serious problem.

2015-07-10 Thread Mark Sudakov
I was trying to resolve conflict, didn't find a solution in mailing archives, 
and got an error. This behavior was reproduced several times and conflict was 
not resolved.
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c'
line 2462: assertion failed (move_src_op_root_relpath != NULL &&
move_dst_op_root_relpath != NULL)
---
OK

[cid:image001.jpg@01D0BAFB.BC48A720]

Thanks,
Mark Sudakov
Database and Net Developer
Atlas General Insurance Services, LLC
[atlas_logo_cmyk.jpg]
Direct:  858-529-6725
www.atlas.us.com



RE: Tool for upgrading many svn repos with dump/load?

2015-07-10 Thread Andrew Reedick
Since you're moving from windows to Ubuntu, you can run the dump/load process 
over ssh to avoid having to deal with bloated dump files:  
http://martin.ankerl.com/2006/01/24/svnadmin-dump-and-load-over-ssh/  (You can 
use mobaxterm (http://mobaxterm.mobatek.net/ ) on Windows, which is a Cygwin 
bash shell in a self contained exe.  Very, very  convenient.)

You can also use ssh to create the empty repos remotely.

As for merging the configurations, short of creating a temp repo in which you 
check in the default repo's auth/conf/hook files into trunk, and then checking 
in your live repo auth/conf/hook scripts into a branch off of trunk, then 
merging the branch into the trunk to effectively merge the files and then 
copying the merged files to the new repos, I don't know of anything.  =(



-Original Message-
From: Thorsten Schöning [mailto:tschoen...@am-soft.de] 
Sent: Friday, July 10, 2015 3:53 AM
To: users@subversion.apache.org
Subject: Tool for upgrading many svn repos with dump/load?

Hi all,

are you aware of any tool that is able to upgrade many SVN repos by creating a 
new empty default repo, dump a corresponding old repo, load that dump into the 
new one AND is able to MERGE the configuration? I have some dozen repos hosted 
by svnserve with independent realms, users, authz rules and such. This 
configuration could be just copied, but I would prefer merged default configs 
for documentation purpose and such.

I've created something similar in the past using Powershell, but without the 
merge stuff and it just don't work on our now used Ubuntu servers. Before I 
roll my own new script, I wanted to make sure that I don't miss anything 
because I didn't found something mentioned on the net.

Thanks!

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning   E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon...05151-  9468- 55
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 
207 694 - Geschäftsführer: Andreas Muchow




Re: Svnserve port issue with Apache

2015-07-10 Thread Ryan Schmidt

On Jul 9, 2015, at 8:23 PM, Prakash Reddy wrote:

> After installing those three rpms on the linux box, the svn link works, but 
> my other application running earlier wont work. It means the application will 
> be running in the background but the web link wont launch. Below is the 
> message from browser..
> 
> The requested URL /org/admin/login was not found on this server.
> 
> Apache/2.2.15 (Red Hat) Server at 100.200.188.22 Port 80
> 
> But on the same server svn link works and shows the repositories...
> http://100.200.188.22/svn/

You (or the rpms you installed) must have also made changes to the Apache httpd 
configuration, or else nothing about your web server's behavior would have 
happened. So what changes were made? It sounds like they may not have been what 
you wanted.


> I need steps to configure only the svn... to different port so it wont touch 
> the apache of my other application.

As I said, if you want the Subversion mod_dav_svn server on a separate port 
from the rest of your web sites, you need to run a separate copy of Apache 
httpd for Subversion. But I'm not sure if that's straightforward to do, and 
that should not be necessary.



Also, what version of Subversion and mod_dav_svn did you install? It looks like 
you may have installed 1.4.6... If that's true, then that's old and 
unsupported; the current version is 1.8.13 and you should use that.



Re: svnserve not working

2015-07-10 Thread Thorsten Schöning
Guten Tag Prakash Reddy,
am Freitag, 10. Juli 2015 um 08:36 schrieben Sie:

>  Your search - svn://svn@orgvodisds/myproject - did not match any documents.

Where did you type that URL? This is nothing for your browser or such,
but for a SVN client. You need to get a client and do something with
your repo, like checking it out and such, and therefore you need the
svn-URL.

> you may now connect to svn://s...@se.rv.er.ip/coolproject and begin
> working on your project!

This sentence from your link doesn't make much sense to me, one
doesn't connect to svnserve without purpose.

The following might help:

http://svnbook.red-bean.com/nightly/en/svn.tour.html

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning   E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon...05151-  9468- 55
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow



Tool for upgrading many svn repos with dump/load?

2015-07-10 Thread Thorsten Schöning
Hi all,

are you aware of any tool that is able to upgrade many SVN repos by
creating a new empty default repo, dump a corresponding old repo, load
that dump into the new one AND is able to MERGE the configuration? I
have some dozen repos hosted by svnserve with independent realms,
users, authz rules and such. This configuration could be just copied,
but I would prefer merged default configs for documentation purpose
and such.

I've created something similar in the past using Powershell, but
without the merge stuff and it just don't work on our now used Ubuntu
servers. Before I roll my own new script, I wanted to make sure that I
don't miss anything because I didn't found something mentioned on the
net.

Thanks!

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning   E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon...05151-  9468- 55
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow