Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt wrote: > On Wednesday 10 August 2011, Sharma, Gaurav wrote: >> I have a task in hand to setup a master-slave svn repository configuration >> so that master will synchronize its repositories with slave. I searched a >> lot on web and found many links

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Nico Kadel-Garcia
On Mon, Aug 8, 2011 at 6:19 PM, wrote: > For a while I was downloading and running the development build of > subversion 1.7.0.  At one revision of the code I started having an issue > where svn would immediately segfault.  At that time I stopped using 1.7.0 > assuming the issue would be fixed be

Re: Python optional location in centos 5 for compiling from source

2011-08-08 Thread Nico Kadel-Garcia
On Mon, Aug 8, 2011 at 3:38 PM, Florent THOMAS wrote: > Hy all of you, > > I'm running under centos 5.6 and I would like to use submin that requires > python2.5 instead of the 2.4 availbale in the yum. > So I successfully installed the python 2.5 in the /opt directory. > Unfortunately, all the sub

Re: Estimation of repository upgrade

2011-08-05 Thread Nico Kadel-Garcia
On Fri, Aug 5, 2011 at 1:27 PM, Mark Phippard wrote: > On Fri, Aug 5, 2011 at 1:19 PM, Bob Archer wrote: > >> >> > Until you manually copy over the $repodir/db/uuid file, this is true. >> > That's one of the "relevant configuraton files" I referred to. >> >> So, are you saying svnsync will be fas

Re: Estimation of repository upgrade

2011-08-05 Thread Nico Kadel-Garcia
On Fri, Aug 5, 2011 at 12:19 PM, Bob Archer wrote: >> On Fri, Aug 5, 2011 at 10:58 AM, Bob Archer wrote: >> >> > Has anything been done to improve the speed of a load. Last time I did it, >> when moving from 1.5 to 1.6 it took over 12 hours. And now, two years later >> the repo is probably quite

Re: Estimation of repository upgrade

2011-08-05 Thread Nico Kadel-Garcia
On Fri, Aug 5, 2011 at 10:58 AM, Bob Archer wrote: > Has anything been done to improve the speed of a load. Last time I did it, > when moving from 1.5 to 1.6 it took over 12 hours. And now, two years later > the repo is probably quite a bit bigger (because we stupidly store binaries > in it, I

Re: Releasing an open source subversion client

2011-08-05 Thread Nico Kadel-Garcia
On Fri, Aug 5, 2011 at 6:05 AM, Ryan Schmidt wrote: > On Aug 5, 2011, at 01:47, Rajith Chathunga wrote: > >> I'm Rajith Chathunga from university of Moratuwa, Sri Lanka. My team is >> developing an open source Subversion client as our internship project. It >> will be a great help that you can p

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Nico Kadel-Garcia
On Thu, Aug 4, 2011 at 10:10 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Thu, Aug 04, 2011 at 09:53:03 -0400: >> On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich wrote: >> > Thanks a lot for that hint! Do you know if it's possible to sync multiple >> >

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Nico Kadel-Garcia
On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich wrote: > Thanks a lot for that hint! Do you know if it's possible to sync multiple > folders of the source repository to the same destination repository? > Something like this: > > svnsync initialize svn://a.repo.org/projA svn://b.repo.org/dest > s

Re: Subversion transactions within post-commit

2011-08-02 Thread Nico Kadel-Garcia
On Tue, Aug 2, 2011 at 6:49 PM, Ray Rashif wrote: > On 3 August 2011 05:47, Nico Kadel-Garcia wrote: >> That's what "svn checkout" for initial setup, and "svn update" or "svn >> revert" of the local copy are for. > > We already have t

Re: Subversion transactions within post-commit

2011-08-02 Thread Nico Kadel-Garcia
On Tue, Aug 2, 2011 at 5:00 PM, Ray Rashif wrote: > On 3 August 2011 04:37, David Weintraub wrote: >> NO! NO! NO! AUUUGGGHHH! >> >> Never update a repository with a hook.! That's why you're given the >> relatively safe "svnlook" command. It allows you to look, but not >> touch a repository. >> ..

Re: how to back svn repositories

2011-08-02 Thread Nico Kadel-Garcia
On Tue, Aug 2, 2011 at 2:26 AM, Venkata Badipatla wrote: > Svnadmin dump utility is a correct strategy to be followed. As you are > telling many repos, you can write simple perl script which can create the > dump files for all the repos. OK, *now* I'm going to waggle my finger at you. I find thi

Re: how to back svn repositories

2011-08-02 Thread Nico Kadel-Garcia
On Tue, Aug 2, 2011 at 2:07 AM, zhiwei chen wrote: > hi,everyone. > We have many svn repositories,more than 100,000 , but every repository has > less than 1024M. > So,which svn backup strategies should I use ? Great bird of space, what are you running? Sourceforge? You're approaching 100 TB of re

Re: Integration of SVN and Bugzilla 3.2

2011-08-01 Thread Nico Kadel-Garcia
On Mon, Aug 1, 2011 at 5:14 PM, Wang, HarryX C wrote: > Is it possible to integrate Subversion with Bugzilla?   I would like to > track what files the developer(s) changed for every bug. Bugzilla is perl based, not even compiled. So anything is *possible*. It's not built-in, but a fast Google sea

Re: Subversion: list of respositories

2011-07-31 Thread Nico Kadel-Garcia
On Mon, Aug 1, 2011 at 12:34 AM, Andy Canfield wrote: >> Cool, but be careful with those. If you have SELinux enabled and the >> repositories are elsewhere, for example on a separate disk for bulky >> repositories, you may need to review your SELinux settings to enable >> httpd access to the sepa

Re: Worst Error Message?

2011-07-31 Thread Nico Kadel-Garcia
On Sun, Jul 31, 2011 at 11:33 PM, Rafael Heise wrote: > Ok. I'll try to explain how HTTP protocols works. > There are some protocols to make the internet work properly, and we call it > HTTP PROTOCOL. So, when you are working with HTTP protocol you HAVE TO obey > this protocols, so ANY client can

Re: Worst Error Message?

2011-07-30 Thread Nico Kadel-Garcia
On Sat, Jul 30, 2011 at 3:10 PM, Les Mikesell wrote: > On 7/30/11 1:14 PM, Jeremy Pereira wrote: >> >> On 30 Jul 2011, at 18:17, Les Mikesell wrote: >> >>> >>> '403 forbidden' makes reasonable sense for a client-side message to >>> someone who shouldn't know internal details anyway. >> >> Seriousl

Re: Web site: checkout or export?

2011-07-29 Thread Nico Kadel-Garcia
On Fri, Jul 29, 2011 at 6:32 PM, Konstantin Kolinko wrote: > 2011/7/30 David Weintraub : >> On Wed, Jul 27, 2011 at 7:57 AM, Ryan Schmidt >> wrote: >> >>> The .svn directories needn't be a security hole; you can configure your web >>> server to >>>  not serve their contents, or even not acknowle

Re: AW: Web site: checkout or export?

2011-07-29 Thread Nico Kadel-Garcia
On Fri, Jul 29, 2011 at 7:54 AM, Thomas Harold wrote: > On 7/27/2011 8:57 AM, Markus Schaber wrote: >> >> Hi, Andy, >> >> Von: Andy Canfield [mailto:andy.canfi...@pimco.mobi] >> >>> - Using 'svn checkout', the working web site will have the >>> subversion control files in the .svn subdirectory, wh

Re: disable security hole in svn+ssh?

2011-07-28 Thread Nico Kadel-Garcia
On Thu, Jul 28, 2011 at 10:44 AM, Matthew Beals wrote: >> That "svn" user can be set to have no valid shell, with its shell set >> to something like "/sbin/nologin". This is actually quite common for >> system services to have no valid shell. This is how the "apache" or >> "www-data" user is usual

Re: svnsync

2011-07-27 Thread Nico Kadel-Garcia
On Wed, Jul 27, 2011 at 10:12 AM, Phil Pinkerton wrote: > A local SVN "expert" tells me svnsync is all I need with regards to > moving several (about 2 hundred) repositories from a Unix server to a > Linux server even though there are mixed versions of SVN. > > Some are 1.5x others are 1.6.x (all

Re: disable security hole in svn+ssh?

2011-07-27 Thread Nico Kadel-Garcia
On Wed, Jul 27, 2011 at 12:06 AM, Andy Canfield wrote: > I was trying to get http, svn, and svn+ssh to work. Dude. Pick one. Getting all three to play nicely together is destablilizing. > HERE IT IS USING HTTP: >     svn info http://athol/svn/subdoc > Authentication realm: Ath

Re: configure subversion for no history

2011-07-25 Thread Nico Kadel-Garcia
On Mon, Jul 25, 2011 at 1:29 PM, Kent Rollins wrote: > Is there a way to configure Subversion to *not* store a history on > certain files?  I have a few people checking in some large binaries > and we really don't need to store history on them.  We only need the > last committed version of the fil

Re: Subversion: existing users

2011-07-23 Thread Nico Kadel-Garcia
On Sat, Jul 23, 2011 at 4:27 AM, Andy Canfield wrote: > I would like to comment here that I've given up the idea of automatically > giving repository access users with an existing login. While it's not a > problem now, it is quite possible that in the future we'll have people with > server logins

Re: differencing only header files

2011-07-22 Thread Nico Kadel-Garcia
On Fri, Jul 22, 2011 at 4:01 PM, Steve Cohen wrote: > Is there an easy way to restrict svn diff operation to files of a certain > extension (say .h)?  A quick glance at the manual suggested nothing to me. Nope: you'd have to parse the output of a "list" command or a local "find", which shouldn't

Re: Setuid

2011-07-22 Thread Nico Kadel-Garcia
On Fri, Jul 22, 2011 at 11:38 AM, Andy Canfield wrote: > Had what seems to be a bright idea. It is a bright idea for a Subversion > server on Linux or OS X; AFAIK this idea has no relevance to Windows: > > Take note of the user and group that Apache runs as. Call this combination > APACHE, meaning

Re: Subversion user problem?

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 10:01 PM, Andy Levy wrote: > On Thu, Jul 21, 2011 at 21:31, Andy Canfield wrote: >> I ran into a problem with a web site I am developing under Drupal; a problem >> related to user. And I suspect that the same problem arises witn Subversion. >> >> On my local copy of that s

Re: Subversion user problem?

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 9:31 PM, Andy Canfield wrote: > I ran into a problem with a web site I am developing under Drupal; a problem > related to user. And I suspect that the same problem arises witn Subversion. > > On my local copy of that site, sometimes the PHP code creates a directory > and pu

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 7:24 PM, David Chapman wrote: > On 7/21/2011 4:00 PM, Daniel Neuberger wrote: >> >> On Thu, Jul 21, 2011 at 2:13 PM, Nico Kadel-Garcia >>  wrote: >>> >>> Don't give the shared "svn" user a valid shell If an admi

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 11:05 AM, Daniel Neuberger wrote: > On Thu, Jul 21, 2011 at 10:51 AM, Nico Kadel-Garcia wrote: >> Stop *RIGHT* there. Go grab the Subverson 1.6.x from the RHEL updates. >> Do not pass go, do not collect $200 until you do this sitewide.  There >> are

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 9:36 AM, Daniel Neuberger wrote: > We have a rather unique setup to meet certain requirements and as a > result I can't get any hooks to work (even empty ones or ones that > just exit with a zero return code). > > In short, we have a repository owned by one user that is acc

Re: Subversion: existing users

2011-07-21 Thread Nico Kadel-Garcia
On Thu, Jul 21, 2011 at 6:12 AM, Andy Canfield wrote: > ADDENDUM ... > > I used root to create the /data/svn directory. Then, anticpiating problems, > I did a chmod to make it writable to all. > > Later I ran svnadmin create /data/svn/sample and it created an entire > repository directory tree und

Re: Subversion access control

2011-07-19 Thread Nico Kadel-Garcia
On Tue, Jul 19, 2011 at 11:14 PM, Andy Canfield wrote: > One thing has hit my mind today that I don't think you realize ... > >     I have never, in my entire life, seen a working Subversion system. > > Apparently Subversion, as distributed, doesn't work - the access > authentications are delibera

Re: Subversion: existing users

2011-07-19 Thread Nico Kadel-Garcia
On Tue, Jul 19, 2011 at 10:30 PM, Andy Canfield wrote: > For example, I am on a Linux box named Lenny, logged in as 'andy'. I can ssh > to hk.pimco.mobi as user 'andy', password 'psuedo'. But I don't want to. > Instead, I would like to run the command: >    svn ... http://hk.pimco.mobi/svn/RepoNa

Re: Subversion: existing users

2011-07-19 Thread Nico Kadel-Garcia
On Tue, Jul 19, 2011 at 12:16 PM, Bob Archer wrote: >> The most obvious authorization scheme is that of the host server; >> if >> there is a user named "andy" on that server with a password >> "jackel" >> then I would like to simply be able to talk to the subversion >> server as >> user named "and

Re: Subversion: list of respositories

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 7:10 AM, Erik Huelsmann wrote: > >> I would think that it looks at SVNParentPath and tries to treat every >> >> > subdirectory of that as a repository. >> >> Not quite. It's not "every subdirectory", it's "every child >> directory".  That means it will not descend into subd

Re: svnserve serving svn repos with questions

2011-07-18 Thread Nico Kadel-Garcia
[ Accidentally replied only to Thorsten, sending to list. ] 2011/7/18 Nico Kadel-Garcia : > 2011/7/18 Thorsten Schöning : >> Guten Tag David Mehler, >> am Samstag, 16. Juli 2011 um 18:46 schrieben Sie: >> >>> I'm wanting to ensure encryption of data while t

Re: svnserve serving svn repos with questions

2011-07-18 Thread Nico Kadel-Garcia
2011/7/18 Thorsten Schöning : > Guten Tag David Mehler, > am Samstag, 16. Juli 2011 um 18:46 schrieben Sie: > >> I'm wanting to ensure encryption of data while traveling from the >> server to the client so am looking in to cyrus-sasl, though not >> finding what i'm looking for. > > What exactly are

Re: Subversion: via Apache

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 4:50 AM, Dave Huang wrote: > On 7/18/2011 3:43 AM, Andy Canfield wrote: >> >> On 07/18/2011 09:34 AM, Geoff Hoffman wrote: >>> >>> Test your config with -t >> >> Option "-t" on what command line? "-t" for svnserve means "tunnel"; >> svnadmin and svn have no -t option. > > T

Re: Subversion: list of respositories

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 4:56 AM, Andy Canfield wrote: > > > On 07/18/2011 09:36 AM, Nico Kadel-Garcia wrote: >> >> On Sun, Jul 17, 2011 at 8:07 AM, Andy Levy  wrote: >>> >>> On Sun, Jul 17, 2011 at 02:06, Andy Canfield >>>  wrote: >>>&g

Re: Subversion: via Apache

2011-07-17 Thread Nico Kadel-Garcia
On Sun, Jul 17, 2011 at 11:07 PM, Les Mikesell wrote: > On 7/17/11 9:41 PM, Andy Levy wrote: >> >> Rather than trying to figure out what versions you have now, just >> remove what you have&  replace with a version compiled with an APR >> version that matches your Apache installation. If you instal

Re: Subversion: list of respositories

2011-07-17 Thread Nico Kadel-Garcia
On Sun, Jul 17, 2011 at 8:07 AM, Andy Levy wrote: > On Sun, Jul 17, 2011 at 02:06, Andy Canfield wrote: >> How do you get a list of repositories from svnserver? The only way I can >> figure out is: >>     ssh usern...@example.com >>     sudo bash >>     ls -ld /var/svn/* >> And, of course, this m

Re: Doing svn checkouts on top of svn checkouts?????

2011-07-11 Thread Nico Kadel-Garcia
On Mon, Jul 11, 2011 at 10:21 PM, Daniel Shahaf wrote: > Geoff: you cannot point a single working copy item at more than one URL. > (well, unless you create two externals with the same target file.  Don't > do that.) > > Nico: explain /exactly/ what you have been doing (best: a script(1) > transcr

Re: Doing svn checkouts on top of svn checkouts?????

2011-07-11 Thread Nico Kadel-Garcia
On Mon, Jul 11, 2011 at 9:20 PM, Geoff Hoffman wrote: > This is a feature, yes. Subversion does allow your working copy to point to >> 1 svn path. > Sounds a lot like when you use svn:externals. This may be the more > "standard" way of achieving what you're talking about. > If you change code in [

Re: Cannot create repository

2011-07-11 Thread Nico Kadel-Garcia
On Mon, Jul 11, 2011 at 9:48 PM, Adam Tong wrote: > Hi, > > I just downloaded svn to my fedora 14 using the command "yum install svn". > > The installation was successfull, but i cannot create a repository. > Here is the output: > > --- > [root@mycomputer me]# svnadmin create /var/svn/repos >

Doing svn checkouts on top of svn checkouts?????

2011-07-11 Thread Nico Kadel-Garcia
I just ran into a fascinating configuration where someone is doing Subversion checkouts on top of existing Subversion checkouts. I'd never even *THOUGHT* of pulling such a stunt, but it's apparently workable. I'm concerned, though, that any change in the source of the Subversion checkout to a bran

Re: the best migrate solution of lower downtime

2011-07-09 Thread Nico Kadel-Garcia
On Sat, Jul 9, 2011 at 12:54 PM, Les Mikesell wrote: > On 7/9/11 11:30 AM, Nico Kadel-Garcia wrote: >> >> There are numerous others, such as pre-staging with "svnsync" to >> switch arachitures or refactoring of projects into different >> repositories, or fina

Re: the best migrate solution of lower downtime

2011-07-09 Thread Nico Kadel-Garcia
On Sat, Jul 9, 2011 at 12:00 PM, wangbin wrote: > Hi, > I will migrate a svn service from a old host a.com to another new host > b.com, the repository is more than 600G. > What's the best solution of lower downtime? > > Thanks a lot! > Wang,bin There are numerous approaches, with tradeoffs. * Bu

Re: README and readme are the same file in windows,but the different in Linux

2011-07-07 Thread Nico Kadel-Garcia
On Thu, Jul 7, 2011 at 7:02 AM, Andy Levy wrote: > On Thu, Jul 7, 2011 at 06:58, zhiwei chen wrote: >> I create two files, README and readme in Linux,then commit to svn server. >> But when I checkout in windows from svn server,you can imagine what will >> happened. > > Windows complains that the

Re: Bug while check out

2011-07-05 Thread Nico Kadel-Garcia
[ Please don't top post ] On Tue, Jul 5, 2011 at 9:04 AM, Chimata Kiranmayee wrote: > Yes we checked in TortoiseSVN, there also we are getting same error message. Then the problem isn't subclipse, it's your upstream repository and, probably, it's access control.

Re: Bug while check out

2011-07-05 Thread Nico Kadel-Garcia
On Tue, Jul 5, 2011 at 6:49 AM, Chimata Kiranmayee wrote: > > > Hi, > > > >   I’m using subclipse 1.6.18, while check out one of my project getting > following error message but remaining all project I can able to check out > from repository. > > > > URL access forbidden for unknown reason > >

Re: RPM packaging components in trunk out of date and dangerous

2011-07-04 Thread Nico Kadel-Garcia
On Mon, Jul 4, 2011 at 10:50 AM, Stefan Sperling wrote: > On Mon, Jul 04, 2011 at 09:29:56AM -0500, Hyrum K Wright wrote: >> For what it's worth, this isn't the first complaint I've heard about >> the spec files we "maintain" in our tree. > > That is because Nico keeps bringing it up :) It's been

Re: Branching Questions

2011-07-02 Thread Nico Kadel-Garcia
On Sat, Jul 2, 2011 at 5:17 PM, Daniel Shahaf wrote: > Could you please be more precise?  svn+ssh:// is completely fine (if you > configure authorized_keys(5) correctly), it's admins who give their > users filesystem write access to the repository directory who are the > problem. I consider svn+s

Re: Branching Questions

2011-07-02 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 11:26 AM, Geoff Hoffman wrote: > >> 3. What is the best way to lock the Trunk so only certain users can access >> it, using Hook Script or using admin tool? > > >> >> use Subversion's built-in path-based authorization or >> possibly some Apache configuration tweaks > > > I j

Re: Standards "Best Practice"

2011-07-02 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 11:20 AM, Andy Levy wrote: > Thanks, when my SAN guy & I are back in the office at the same time > again (later in July) I'll run this by him & see if it's anything we > can tweak for our new setup. And oh, yes! Do not consider ".snapshot" backups of your Subversion reposi

RPM packaging components in trunk out of date and dangerous

2011-07-02 Thread Nico Kadel-Garcia
The RPM packaging comonents in trunk/packages/rpm are out of date, unusable, and likely to destroy a developer's build environment. They should either be completely disabled or seriously updated. There are a couple of different issues, which I'll describe in order: * All the Makefiles replace the

Re: 1.7.0-alpha2 testsuite pysqlite complications with CentOS

2011-07-02 Thread Nico Kadel-Garcia
[ Accidentally replied only to Josh, duplicating to list ] On Fri, Jul 1, 2011 at 6:32 PM, Josh Cepek wrote: > I was building the subversion 1.7.0-alpha2 pre-release in a CentOS 5.6 > environment and encountered an interesting problem with the new dependency > for python's sqlite support. > > Ce

Re: branch question

2011-07-01 Thread Nico Kadel-Garcia
On Thu, Jun 23, 2011 at 5:01 PM, Geoff Hoffman wrote: > What I mean by that is, it may have ramifications down the road for *your > workflow* (I can't think of any obvious examples), but svn copy [from] [to] > works on any path, local or remote, as you would expect. > > On Thu, Jun 23, 2011 at 1:5

Re: Standards "Best Practice"

2011-07-01 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 8:27 AM, Andy Levy wrote: > On Fri, Jul 1, 2011 at 07:55, Nico Kadel-Garcia wrote: > >> This is more likely to happen in virtualization due to limiting the >> disk resources. Think hard about your back end disk storage. Let us >> know if you use at

Re: Standards "Best Practice"

2011-07-01 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 6:45 AM, Phil Pinkerton wrote: > Are there recommended standards with regards to Repository size, number of > users per Repository, what type of data is contained in a Repository? I've seen no published standards. It's relatively sensitive to layout: A thousand users who ar

Re: UNS: Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Nico Kadel-Garcia
On Thu, Jun 30, 2011 at 12:35 PM, Les Mikesell wrote: > On 6/30/2011 10:46 AM, Andreas Krey wrote: >> >> On Thu, 30 Jun 2011 10:09:43 +, Les Mikesell wrote: >> ... >>> >>> A backup made in an inconsistent state should exactly resemble the disk >>> files if the system lost power or crashed for

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Nico Kadel-Garcia
On Wed, Jun 29, 2011 at 12:27 PM, Erik Huelsmann wrote: > Hi Waseem, > > On Wed, Jun 29, 2011 at 6:17 PM, Waseem Bokhari > wrote: >> >> Hi Guys! >> >>   We are using 3rd party software that take (Copy/Paste) >> Backup of all databases of SVN on differential basis. I have some conf

Re: Moving an existing Repository to a newly created repository

2011-06-26 Thread Nico Kadel-Garcia
On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek wrote: > All our SVN repositories are stored at /var/lib/svn. > > Let's say we have an existing repository called "ProjectA" i.e. > /var/lib/svn/ProjectA. We created a brand new fresh repository called > "Projects" like this /var/lib/svn/Projects. > > Now

Re: Subversion 1.6 on Ubuntu Server 11.x

2011-06-11 Thread Nico Kadel-Garcia
On Sat, Jun 11, 2011 at 12:57 PM, Geoff Hoffman wrote: >> Frankly, I find it more effective, and safer, to use SSH keys and a >> key agent as necessary, with a key specifically dedicated to the SVN >> access. This can be mandated with "SVN_SSH='ssh -l username -i >> keyname'" to avoid using other

Re: Subversion 1.6 on Ubuntu Server 11.x

2011-06-11 Thread Nico Kadel-Garcia
On Fri, Jun 10, 2011 at 6:26 PM, Geoff Hoffman wrote: > I posted about this on the Ubuntu forums but thus far nobody has replied. > When SSH'd into the box and using svn operations, I'm getting the dastardly > warning about my password is going to get stored to disk unencrypted. > I read about Sub

Re: problem installing subversion without berkeley DB

2011-06-09 Thread Nico Kadel-Garcia
On Thu, Jun 9, 2011 at 9:45 AM, ZXGLOSTER118, ext < ext.zxgloster...@astrium.eads.net> wrote: > Hi, > > I’m trying to install subversion 1.6.15 without bekerley DB (which is not > installed). > > I have launch the command ./configure –without-berkeley-db but when doing > make install the followin

Re: svn copy (server-side) into existing folder

2011-06-08 Thread Nico Kadel-Garcia
On Wed, Jun 8, 2011 at 7:18 AM, Johan Corveleyn wrote: > On Wed, Jun 8, 2011 at 1:01 PM, Andreas Krey wrote: >> On Wed, 08 Jun 2011 05:16:42 +, Ryan Schmidt wrote: >> ... >>> This behavior is consistent with the unix cp command and should therefore >>> not be unexpected. >> >> It is not unex

Re: Two-Site Subversion Repository Setup Ideas

2011-06-08 Thread Nico Kadel-Garcia
On Wed, Jun 8, 2011 at 6:23 AM, Randolph, Christian [USA] wrote: > "Actually, I don't think we know that. The security based refusal to allow > electronic communications between the systems will hamper *any* multi-homed > development effort. We need to find out the extent of that restriction to

Re: Two-Site Subversion Repository Setup Ideas

2011-06-07 Thread Nico Kadel-Garcia
On Mon, Jun 6, 2011 at 6:16 AM, Stefan Sperling wrote: > On Mon, Jun 06, 2011 at 11:55:42AM +0200, Andreas Tscharner wrote: >> People here will hate me for this, but I think you should switch to a >> DVCS (Distributed Version Control System), like Mercurial or git. > > If people hate you for makin

Re: Do I need to use same APR between apache and subversion?

2011-06-07 Thread Nico Kadel-Garcia
On Mon, Jun 6, 2011 at 4:04 PM, Sam Theman wrote: > Hello, > > I am currently running subverison 1.6.11 with apache 2.2.15 > > I need to go to subversion 1.6.17. So I was just going to build > subversion1.6.17 svn modules and put them into the apache2 modules > directory. > > I tried to build subv

Re: Two-Site Subversion Repository Setup Ideas

2011-06-05 Thread Nico Kadel-Garcia
On Sun, Jun 5, 2011 at 10:19 PM, Les Mikesell wrote: > If it doesn't take too long for a round-trip, you could ship the working > copy from site B to site A, do the commit and update, and ship it back > before doing any more work at site B. Les, I'm looking right at his original post. > We have

Re: Two-Site Subversion Repository Setup Ideas

2011-06-05 Thread Nico Kadel-Garcia
On Sun, Jun 5, 2011 at 10:57 AM, Randolph, Christian [USA] wrote: > I am looking for suggestions from the community as to how best address the > setup issue outlined below. > > We have two sites wanting to use Subversion that are performing parallel > development of the same software.  Due to se

Re: Disabling automatic setting of svn:executable property

2011-06-03 Thread Nico Kadel-Garcia
On Tue, May 31, 2011 at 5:39 PM, Karl Heinz Marbaise wrote: > Hi, > >> We just tried that. > >> One user complained that the Windows client didn't hide passwords >>  he typed in (displayed the whole thing in plain text instead of >> displaying *s), > Sorry to say so, but this can't be cause the SV

Re: svnshell-like client

2011-06-03 Thread Nico Kadel-Garcia
On Tue, May 31, 2011 at 5:46 PM, Les Mikesell wrote: > On 5/31/2011 12:50 PM, Rick Varney wrote: > >> We are migrating from a RCS-like revision control system, RCE, to >> Subversion. >> The users are accustomed to poking around in the directories where the >> archive files are stored to see what's

Re: Subversion 1.6.17 Released

2011-06-03 Thread Nico Kadel-Garcia
On Fri, Jun 3, 2011 at 6:44 AM, Neil Bird wrote: > Around about 03/06/11 03:46, Nico Kadel-Garcia typed ... >> >> And, apparently, the long-standing issue for clients with NTFS >> filesystems sytems, issue #3719. I'm very much looking forward to >> testing agains

Re: Subversion 1.6.17 Released

2011-06-02 Thread Nico Kadel-Garcia
On Wed, Jun 1, 2011 at 4:06 PM, Hyrum Wright wrote: > I'm happy to announce Subversion 1.6.17, available from: > >    http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2 >    http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz >    http://subversion.tigris.org/downloads/su

Re: fine

2011-06-02 Thread Nico Kadel-Garcia
On Thu, Jun 2, 2011 at 4:54 PM, Andy Levy wrote: > On Thu, Jun 2, 2011 at 16:47, alexus wrote: >> ok, path based authentication how would I accomplish that? >> >> I'm using apache for svn, I'm not using svnserve >> > > 90% of the time, the manual has the answers. This is one of those > times. >

Re: Disabling automatic setting of svn:executable property

2011-05-30 Thread Nico Kadel-Garcia
On Mon, May 30, 2011 at 2:43 PM, Ryan Schmidt wrote: > > On May 30, 2011, at 11:26, Nico Kadel-Garcia wrote: > >> There's a potential risk with the approach: CygWin uses UNIX >> compatible end-of-line characters. TortoiseSVN, and other Windows >> based clients, use

Re: Disabling automatic setting of svn:executable property

2011-05-30 Thread Nico Kadel-Garcia
On Mon, May 30, 2011 at 2:26 AM, Markus Schaber wrote: > Oh, sorry, I just read that someone else posted the same suggestion. > > Sorry for the duplication. > > Regards, > Markus There's a potential risk with the approach: CygWin uses UNIX compatible end-of-line characters. TortoiseSVN, and other

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nico Kadel-Garcia
On Tue, May 24, 2011 at 8:23 AM, Nick Stolwijk wrote: > My mistake. I mostly use the man pages. ;) At least I was correct > about the # as comment lines. > > With regards, > > Nick Stolwijk > ~Senior Java Developer~ It's cool. I'm nervous when people give principles of programming or protocols th

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nico Kadel-Garcia
On Tue, May 24, 2011 at 7:18 AM, Stefan Sperling wrote: > On Tue, May 24, 2011 at 01:00:45PM +0200, Nick Stolwijk wrote: >> In all Unix like configuration files, the # means that line is a >> comment. Often the value mentioned on the line is not the default, so >> uncommenting the line will give y

Re: Howto: Mercurial to Subversion migration

2011-05-17 Thread Nico Kadel-Garcia
On Mon, May 16, 2011 at 2:41 AM, Andreas Tscharner wrote: >> I am commiter in the Apache Wave project which was accepted >> into the Apache incubator. We already migrated our issues >> from the googlecode to the Jira and the next step is >> migration of the source code into the Apache SVN from >>

Fwd: Howto: Mercurial to Subversion migration

2011-05-15 Thread Nico Kadel-Garcia
[Accidentally sent privately by accident, meant to send to list.] -- Forwarded message -- From: Nico Kadel-Garcia Date: Sun, May 15, 2011 at 1:02 PM Subject: Re: Howto: Mercurial to Subversion migration To: Yuri Z On Sun, May 15, 2011 at 11:45 AM, Yuri Z wrote: > Hello

Re: subversion 1.4.2

2011-05-14 Thread Nico Kadel-Garcia
On Fri, May 13, 2011 at 11:32 AM, Eric Manceau wrote: > Hello, > > I am struggling with an old version of subversion : 1.4.2 > Is it safe for the repository to adopt the 1.6.16 version? It's also *wise* to upgrade, especially if your older repo is using the older and notoriously fragile Berkeley

Re: Default Config Files

2011-05-11 Thread Nico Kadel-Garcia
On Wed, May 11, 2011 at 8:50 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Wed, May 11, 2011 at 08:05:53 -0400: >> Second, this is also an *old* hobby horse of mine. > > It's a dead horse, and not at all relevant to the OP's question. > Hey, I'm not the o

Re: Default Config Files

2011-05-11 Thread Nico Kadel-Garcia
On Wed, May 11, 2011 at 6:28 AM, Ryan Schmidt wrote: > > On May 11, 2011, at 01:48, Ben Simpson wrote: > >> I am running the current version of SVN on a CentOS 5.5 server, and am >> looking for the the default user config file location. >> >> What I am trying to do is set the default ~/.subversio

Re: swapping trunk and branch

2011-04-28 Thread Nico Kadel-Garcia
On Thu, Apr 28, 2011 at 7:44 PM, Ben Carbery wrote: > I sometimes forget that I perceive time on a different scale to you mortals. > > On 28 April 2011 15:43, Nico Kadel-Garcia wrote: >> >> On Wed, Apr 27, 2011 at 8:38 PM, Ben Carbery >> wrote: >> > Ok run

Re: swapping trunk and branch

2011-04-27 Thread Nico Kadel-Garcia
On Wed, Apr 27, 2011 at 8:38 PM, Ben Carbery wrote: > Ok running 1.6 now and repository upgraded. Must have been a recent RH > patch? Not recent: it was published with RHEL 5.6.

Re: How can I setup two svnservers with svnsync and both should provide checkout and checkins

2011-04-27 Thread Nico Kadel-Garcia
deployments > use our software and if your assertions were true that certainly wouldn't be > the case. > On Wed, Apr 27, 2011 at 12:59 AM, Nico Kadel-Garcia > wrote: > >> >> When the link between active-active servers for any >> database is broken, *or phase del

Re: How can I setup two svnservers with svnsync and both should provide checkout and checkins

2011-04-26 Thread Nico Kadel-Garcia
On Sun, Apr 24, 2011 at 7:20 AM, Michael Diers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-04-21 13:58, Nico Kadel-Garcia wrote: >> On Thu, Apr 21, 2011 at 5:15 AM, Ian Wild wrote: >> >>> That sounds like a good translation to me. The mat

Re: How can I setup two svnservers with svnsync and both should provide checkout and checkins

2011-04-21 Thread Nico Kadel-Garcia
On Thu, Apr 21, 2011 at 5:15 AM, Ian Wild wrote: > That sounds like a good translation to me. The maths gets complicated to put > it mildly, but I know Dr Yeturu's work is in some part at least based on > Paxos ( http://en.wikipedia.org/wiki/Paxos_algorithm ). AIUI we've got the > only implementa

Re: Subversion 1.6 Sles 11

2011-04-07 Thread Nico Kadel-Garcia
On Thu, Apr 7, 2011 at 9:16 AM, Stutz Oliver wrote: > Hello Everybody, > > I have a problem, i have installed SVN from the Repository or at least > tried. Is this a normal Message? It is not very Informative can somebody > tell me what i'am supposed to do in this situation, can this message be > i

Re: Logging repository accesses other than commits

2011-04-02 Thread Nico Kadel-Garcia
[ This conversation was accidentally in private email for a bit, I'm restoring it to the Subversion mailing list. ] On Sat, Apr 2, 2011 at 9:11 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sat, Apr 02, 2011 at 08:48:39 -0400: >> On Sat, Apr 2, 2011 at 1:24 AM, Daniel Sha

Re: Logging repository accesses other than commits

2011-04-01 Thread Nico Kadel-Garcia
On Fri, Apr 1, 2011 at 10:09 PM, Daniel Shahaf wrote: > Doesn't 'svnserve --log-file' handle this? > > Clients run 'ssh $host svnserve -t' by default, so you'd have to make > that invocation spawn an svnserve that has --log-file passed to it.  You > could alter the svnserve in $PATH or use sshd co

Re: Logging repository accesses other than commits

2011-04-01 Thread Nico Kadel-Garcia
On Fri, Apr 1, 2011 at 5:03 PM, Eric wrote: > At 04:51 PM 4/1/2011, Chris Shelton wrote: > >> >> >> If you are using apache for serving your repository, > > < > > Good afternoon, Chris. > > We're not... we're using svn+ssh exclusively. This is trickier. You can log the existence of the co

Re: Advice on upgrading svn and moving to new server

2011-03-30 Thread Nico Kadel-Garcia
On Wed, Mar 30, 2011 at 3:17 PM, Daniel Shahaf wrote: > Kevin Grover wrote on Wed, Mar 30, 2011 at 08:13:34 -0700: >> When upgrading, mostly you can still access old repositories.  SOMETIMES >> they will be silently upgraded in someways > > I don't know that the above sentence is correct.  Can you

Anyone using svn+ssh for Fisheye?

2011-03-28 Thread Nico Kadel-Garcia
I'm dealiing with people who like Fisheye, which I've never used, and want them to be able to use ssh or svn+ssh access to the master Subversion repositories. Does this work well? Has anyone used this?

Re: Non-file based checkout?

2011-03-24 Thread Nico Kadel-Garcia
On Wed, Mar 23, 2011 at 8:12 PM, Clifford Yapp wrote: > Hi!  I'm looking at using the subversion libraries to handle data, and > I would like to integrate them into an application for > revisioning/managing computer aided design geometry information. > > Looking over the client API, it seems to as

Re: SVN always thinks a few certain files need to be merged

2011-03-23 Thread Nico Kadel-Garcia
On Wed, Mar 23, 2011 at 5:37 PM, Steve Cohen wrote: > Somewhere back in the distant past, I was a bad bad boy and did something > that SVN didn't like to get some merge to work.  This happened about two > years ago. > > Since then, these files are picked up for properties merges whenever I merge >

Re: Setting the caching of passwords only localy

2011-03-23 Thread Nico Kadel-Garcia
On Wed, Mar 23, 2011 at 11:04 AM, Stefan Sperling wrote: > On Wed, Mar 23, 2011 at 02:47:46PM +0100, Cecil Westerhof wrote: >> As I understand it the caching or not is done through setting: >>     ${HOME}/.subversion/servers >> >> Is it possible to do this centrally? > > Put this in /etc/subversio

<    3   4   5   6   7   8   9   10   11   >