Documentation SVN

2016-11-28 Thread svn
Hi. Do you have any documentation about an independent tool called "SVNControl"? It serves to manage subversion from an environment with a windows computer from a server with SVN. José.

SVNControl Documentation

2016-11-17 Thread svn
Hello! Good afternoon! Is it possible for you provide me the documentation, guide or tutorial in order to integrate the tool "SVNCONTROL"?, and so I can manage subversion repositories in hosted Oracle Linux 7 from a computer with Windows. _PS: SVNControl is a system that allows to control the

¿what is to best oracle linux base environment for subversion server?

2016-10-19 Thread svn
Hi, ¿what is to best oracle linux base environment for subversion server: minimal install, infrastructure server, file and print server, basic web server, virtualization host, server with GUI. And add-ons for selected environment? José

¿Is it possible to use Active Directory?

2016-10-06 Thread svn
Hi! Is it possible to use Active Directory (Server 2008 R2) to manage users for a subversion 1.9.4? Joseph

Data loss

2016-10-06 Thread svn
Hello, Is it possible that old data are deleted subversion after a while? I've experienced that with 2014 data back, you know it is? Greetings, I hope your answers. Joseph

Checkout hangs on invalid external URL

2015-11-10 Thread svn
error message. C:\test>svn pg svn:externals https://newserver/svn/branches/FDP https://oldserver/svn/tags/FDP/FDP_1.80 CurrentVersion C:\test>svn co https://newserver/svn/branches/FDP A FDP\Info.txt U FDP <<>> svn: warning: W205011: Error handling externals definition for &#

Re: Aw: Re: SVN 1.8.10 server side configured autoprops

2015-04-05 Thread svn
it might be due to my lack of expertise in the field of svn admin... but, i dont understand how to implement serverside dictated autoprops - the documentation doesnt talk to me, and i am lost... isnt there any hands on examples ? br thomas Quoting Andreas Stieger : Hello, So i have

Re: SVN 1.8.10 server side configured autoprops

2015-04-01 Thread svn
configuration from serverside. The documentatio doesnt make any sense to me... Did you have success implementing RDC? br thomas Quoting Andreas Stieger : Hello, i want to define autoprops (serverside dicated) for some repos in my large SVN installation. However it have been missed out in

SVN 1.8.10 server side configured autoprops

2015-04-01 Thread svn
hello svn-server-experts, i want to define autoprops (serverside dicated) for some repos in my large SVN installation. However it have been missed out in the documentation how this is achieved. The docs rely on a "config file", but not a name to it, so i tried and make a $

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-22 Thread STF SVN
On 22 January 2015 at 17:13, Andreas Stieger wrote: > Hello, > > On 21/01/15 20:56, STF SVN wrote: > > OTOH, another mail said that if replication for VisualSVN does not work > > if Windows Authentication. Do you use Windows Authentication? > > I can confirm that

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-21 Thread STF SVN
On 17 January 2015 at 08:10, Pavel Lyalyakin wrote: > Hello, > > > On 17 January 2015 at 00:47, STF SVN wrote: > >> > >> I know this mailing-list has nothing to do with VisualSVN server, but I > >> really need some help. > >> > >> I nee

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-21 Thread STF SVN
Hi Andreas, thanks for your reply. Your details (replicating hooks, httpd config, etc) are too vague for someone like me who knows very very little SVN server internals. Would it be possible to have the procedure in written form? OTOH, another mail said that if replication for VisualSVN does

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread STF SVN
I forgot some important questions: On 17 January 2015 at 00:47, STF SVN wrote: > I know this mailing-list has nothing to do with VisualSVN server, but I > really need some help. > > I need to set up SVN replication on the fly, aka write-through proxying, > using VisualSVN serv

How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread STF SVN
I know this mailing-list has nothing to do with VisualSVN server, but I really need some help. I need to set up SVN replication on the fly, aka write-through proxying, using VisualSVN server. I know the new version of VisualSVN server supports replication, but for technical reason, I'm

SVN 1.7 - can delete external files

2013-04-05 Thread Syncro SVN Client Support
Hi, I found that you can delete external files with SVN 1.7, which should not be allowed. Below are some test I've done with SVN 1.6 and SVN 1.7 over external files and directories. *I.**external file* *1.**SVN 1.6* - neither "svn delete external.txt" or "svn

Re: Bug: Subversion Windows installer not setting paths correctly

2011-11-23 Thread svn
o little. Using it with Apache httpd-2.2.21-win32-x86-openssl-0.9.8r.msi (not using the SSL) Using it with Python2.7.2 from Python.org Using the python bindings svn-win32-1.7.1_py27.zip from David Darj (as per above) Note: this path problem is not easy to spot (if you

value in 'svnadmin verify' cron job? (or is 'svnadmin hotcopy' enough?)

2010-09-08 Thread svn
Assuming a nightly 'svnadmin hotcopy' is run w/o errors, is there value in periodically running one or both of?: svnadmin verify REPO-PATHNAME 2>&1 |egrep -v '^\* Verified revision [0-9]+\.' svnadmin dump -q --deltas REPO-PATHNAME >/dev/null Goal of grep and redirects is to only display erro

Re: How to choose between svn & http?

2010-07-30 Thread STF SVN
On Thu, Jul 29, 2010 at 22:40, David Weintraub wrote: > > The standard 'svn' protocol is faster, but it uses port 3690 by > default. It is very likely that your VPN will block traffic to this > port. Why so? > You can start svnserve on another port, and you can u

Re: How to choose between svn & http?

2010-07-29 Thread STF SVN
On Fri, Jul 9, 2010 at 07:16, David Weintraub wrote: > > Are you setting up a Subversion repository and don't know whether you > should use HTTP or SVN, or does your repository allow you to access > your Subversion repository both ways, and you want to know which to > use

How to choose between svn & http?

2010-07-08 Thread STF SVN
As we have two protocoles, svn and http, available for subversion, I'd like to know if there's any performance comparison study on both of them to let us choose the most appropriate one. Anyone has any related article on that? TIA