Re: Importing Existing Repository into a New Repository

2010-10-06 Thread Nico Kadel-Garcia
2010/10/5 Ryan Schmidt : > > On Oct 5, 2010, at 15:22, Tech Geek wrote: > >> and load project a as project b and take all the history with you. >> Just create a new project b without adding trunk etc. in revision 1. >> I do not want all the revision history of projectA into projectB. I just >> nee

Re: Howto Disable Localistation?

2010-10-06 Thread Nico Kadel-Garcia
On Wed, Oct 6, 2010 at 10:46 AM, Tony Sweeney wrote: > alias svn='LANG=en_US svn' You've just written a recursive alias. Try 'alias svn='LANG=POSIX /usr/bin/svn', which fixes the loathsome case-insensitive sorting behavior of "LANG=en_US'.

Re: Howto Disable Localistation?

2010-10-07 Thread Nico Kadel-Garcia
It works because the included svn does not get expanded. But it still looks confusingly recursive: it's an unfortunate and confusing coding style, easily avoided by fully qualifying the target of the svn command. 2010/10/7 Ulrich Eckhardt : > On Thursday 07 October 2010, Nico Kadel-Garc

Re: svn Farm

2010-10-07 Thread Nico Kadel-Garcia
On Thu, Oct 7, 2010 at 12:18 PM, jehan procaccia wrote: >  Le 06/10/2010 17:06, Siva Kumar a écrit : >>> >>> I need to provide svn service to many small groups of students. >>> I'am looking for a tool that would help industrialize managment of >>> repositories. >>> I don't want to issue hundreds o

Re: svn Farm

2010-10-08 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 4:10 AM, jehan procaccia wrote: >  Le 08/10/2010 02:19, Nico Kadel-Garcia a écrit : >> >> On Thu, Oct 7, 2010 at 12:18 PM, jehan procaccia >>  wrote: >>> >>>  Le 06/10/2010 17:06, Siva Kumar a écrit : >>>>> >&

Re: Need help on Subversion dump/load feature....Thanks

2010-10-08 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 12:19 PM, Reddy1413 wrote: > Greetings, > As part of the experiment with svn dump/load ,I am using svnadmin dump and > load utilities on the same box. > The dump and load provide some very nice features for making the migration > of large-ish repositories a manageable task.

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 11:15 AM, Bob Archer wrote: > The client should be able to store the credentials if you have it set up to > do so. On windows/mac it is encrypted with OS included libraries. For Linux > you need to set up gnome keyring or kde-wallet. > > http://svnbook.red-bean.com/nightl

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
I did just misspell "sudo" and tell the same story twice about opening up people's email with their stored passwords, didn't I? Remind me to re-edit *twice* before sending a rant.

Re: Unable to compile trunk build / "wc-queries.h" file not found in repository

2010-10-09 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 3:47 AM, Stefan Sperling wrote: > On Sat, Oct 09, 2010 at 11:22:26AM +0530, Sachin wrote: >> Hello friends, >> I am trying to compile the subversion's trunk code. >> It needs *wc-queries.h* file to compile >> The \trunk\subversion\libsvn_wc\wc_db.c file tries to include the

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 11:06 AM, Les Mikesell wrote: > On 10/9/10 8:39 AM, Nico Kadel-Garcia wrote: >> >> Look, Subversion inherited its practice of storing password in >> cleartext from its ancestor, CVS. It's been an uphill battle ever >> since to wallpaper ove

Re: Can Subversion work well with very large data sets?

2010-10-10 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 5:58 PM, Stefan Sperling wrote: > It sounds like your main problem is local operations in the working > copy (i.e. disk i/o). > Could you do another evaluation of Subversion when we start issuing > beta releases of Subversion 1.7 probably at the end of this year? > We're tr

Re: svn Farm

2010-10-10 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 2:05 PM, Les Mikesell wrote: > On 10/9/10 12:51 PM, Nico Kadel-Garcia wrote: >> Yeah, both Subversion and SSH share the flaw of *ALLOWING* such >> unprotected keys to be stored locally, with no special command line >> arguments or special settin

Re: svn Farm

2010-10-10 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 3:05 PM, jehan procaccia wrote: > Le 09/10/2010 20:40, Nico Kadel-Garcia a écrit : >> >> svn+ssh is the most secure, but it conflcts with your desire for LDAP >> access. The SSH keys normally live under a single user's account, the >> u

Re: some confusion about subversion

2010-10-11 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 1:26 PM, Richard England wrote: > On 10/09/2010 09:23 AM, 肖晗 wrote: > > I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test

Re: svn Farm

2010-10-11 Thread Nico Kadel-Garcia
On Sun, Oct 10, 2010 at 4:26 PM, Les Mikesell wrote: > On 10/10/10 3:12 PM, Nico Kadel-Garcia wrote: >>> If they didn't, it would be impossible to do automated commands.  There >>> are >>> times when you have to choose between trusting the OS to protect your

Re: some confusion about subversion

2010-10-11 Thread Nico Kadel-Garcia
Ah, sorry, you're right. I remembered "svn mkdir", not "svn add". "svn add" requires the local content to actually load the file. On Mon, Oct 11, 2010 at 2:04 PM, Stefan Sperling wrote: > On Mon, Oct 11, 2010 at 07:25:57AM -0400, Nico Kadel-Garcia wrote

Re: svn Farm

2010-10-15 Thread Nico Kadel-Garcia
On Thu, Oct 14, 2010 at 2:28 PM, Stefan Sperling wrote: > On Thu, Oct 14, 2010 at 10:56:35AM -0700, David Brodbeck wrote: >> On Sat, Oct 9, 2010 at 6:39 AM, Nico Kadel-Garcia wrote: >> > Think I'm kidding? Walk into any university environment: plug in a >> > l

Re: svn Farm

2010-10-16 Thread Nico Kadel-Garcia
On Sat, Oct 16, 2010 at 4:43 AM, Erik Huelsmann wrote: > Hi Nico, > >> I'd love to see this deployed, and love to see the protocol updated >> enough to block the use of the older, less secure clients. But 1.7 has >> already blown well past its release date of "this summer. If it's not >> in featur

Re: svn Farm

2010-10-16 Thread Nico Kadel-Garcia
On Sat, Oct 16, 2010 at 10:54 AM, Les Mikesell wrote: > On 10/16/10 8:53 AM, Nico Kadel-Garcia wrote: > >> >> And I'd like a pony. More seriously, "doesn't introduce additional >> setup requirements" is an amazingly high bar for real world security. &g

Re: svn Farm

2010-10-16 Thread Nico Kadel-Garcia
On Sat, Oct 16, 2010 at 10:00 AM, Stefan Sperling wrote: > It should be noted that, in our community, contributing towards such > goals will also require compromise. Which people concerned about security > are rarely willing to make ("good enough" isn't good enough, it needs to > be as good and s

Re: svn Farm

2010-10-17 Thread Nico Kadel-Garcia
On Sun, Oct 17, 2010 at 3:52 AM, Alan Barrett wrote: > On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote: >> > What he really wants is an alternate-universe Subversion which never >> > had the plaintext password storage feature in the first place. >> >> I'd set

Re: svn Farm

2010-10-18 Thread Nico Kadel-Garcia
On Mon, Oct 18, 2010 at 3:56 AM, Stephen Connolly wrote: > Add a capability called "keyringenabled" to Subversion and now Nico > will probably be much happier... but of course he doesn't trust his > users so he cannot trust that they report "keyringenabled" > correctly... but he might be pragmati

Re: difference between subversion 1.4.2 repository and 1.6.12 repository

2010-10-20 Thread Nico Kadel-Garcia
On Tue, Oct 19, 2010 at 11:51 AM, Kriparam Faraday wrote: > Can someone tell me the difference between a 1.4.2 repository and 1.6.12 > repository? I recently upgraded all our repositories(along with the > subversion server) from 1.4.2 to 1.6.12. I ran the svnadmin verify, tested > check-in, check-

Re: Subversion 1.6.13 Released

2010-10-24 Thread Nico Kadel-Garcia
On Sun, Oct 24, 2010 at 6:50 AM, Andrey Repin wrote: > Greetings, All! > > Sorry... Did I miss something? I see, CollabNet only providing "bare client" > and "big pack". > If I need Subversion without Apache, should I look elsewhere? I already have > Apache installation, which isn't easy to mainta

Re: RES: Subversion 1.6.13 Released

2010-10-25 Thread Nico Kadel-Garcia
On Mon, Oct 25, 2010 at 9:03 AM, Andrey Repin wrote: > Greetings, Luiz Guilherme Kimel! > >> In case you are using LDAP authentication > > I'm using NTLM auth against that machine local accounting. > >> against an Microsoft Active Directory, please check your date and time >> settings including ti

Re: Network Drive Support ?

2010-10-26 Thread Nico Kadel-Garcia
On Tue, Oct 26, 2010 at 8:46 AM, Phil Pinkerton wrote: > Question from a client: > > Does Subversion support checking out to a "network drive" many miles away ? Yes, but the performance can vary tremendously depending on the network topoloogy and the network drive technology. A CIFS or typical wi

Re: Problems with Subversion, NFS and locking

2010-10-28 Thread Nico Kadel-Garcia
On Thu, Oct 28, 2010 at 9:54 AM, Christer Edvartsen wrote: > Here is our setup: > > We have the repository stored locally on one machine. We have several > other machines that has an active read+write mount to our SAN. We have a > symlink to this mount in /srv/library on all machines. > > In /srv/

Re: svnsync creates big log files

2010-10-28 Thread Nico Kadel-Garcia
On Thu, Oct 28, 2010 at 8:48 PM, Mark Phippard wrote: > That is your Apache access log.  There are just a lot of requests happening. > Logs are rotated daily, just delete them after a day. > > Sent from my iPhone Only if it's configured correctly. For people who build their own "apache", also no

Re: svnsync creates big log files

2010-10-30 Thread Nico Kadel-Garcia
On Thu, Oct 28, 2010 at 10:56 PM, Mark Phippard wrote: > His information indicates he is using CollabNet Subversion Edge and this has > automatic log rotation and cleanup by default. > > Sent from my iPhone That's a hint that it's set up correctly as far as CollabNet's package goes. But if he's

Re: write permission issues with repository hosting

2010-11-01 Thread Nico Kadel-Garcia
On Mon, Nov 1, 2010 at 9:36 AM, David Weintraub wrote: > It's very simple. All files in the repository must be read/writeable to the > user who is running the server side process. For the file:/// protocol, it's > the user doing the checkout. For svn://,it's the user who is running > svnserve. Fo

Re: svn forgets authentication password

2010-11-03 Thread Nico Kadel-Garcia
On Wed, Nov 3, 2010 at 6:26 AM, David Aldrich wrote: > Hi > > I am running svn command line client 1.6.13 on Linux.  Recently (possibly > since upgrading from 1.6.6 to 1.6.13) I have found that whenever I run: > > svn up > > I am prompted for my password. I then choose to save it (unencrypted) bu

Re: svn forgets authentication password

2010-11-04 Thread Nico Kadel-Garcia
On Thu, Nov 4, 2010 at 6:47 AM, David Aldrich wrote: > Hi Nico > >> Hard to tell. Did you compile it yourself, or are you using your >> distribution's Linux? And have you looked in .subversion for the >> authorization file with your password stored in it? > > Thanks for referring me back to that a

Re: apache coredump in mod_dav_svn

2010-11-05 Thread Nico Kadel-Garcia
Perhaps you could also supply what your OS, Apache version, and Subversion version are? Are you up to Subversion 1.6.13, and did you build it yourself or are you using your particular OS's packaged version? On Wed, Nov 3, 2010 at 11:54 PM, Rob Kooper wrote: > I'm getting a core dump in mod_dav_sv

Re: What is the best client with GUI for svn?

2010-11-06 Thread Nico Kadel-Garcia
On Sat, Nov 6, 2010 at 10:22 AM, San Martino wrote: > Hello, > > what is the most stable client with GUI for svn for use in a > production environment from an user point of view (non-admin)? TortoiseSVN is the best, hands-down. There are others that are more integrated to particuler development e

Re: svnsync error : "Too many links"

2010-11-07 Thread Nico Kadel-Garcia
On Sun, Nov 7, 2010 at 4:38 PM, Engebakken Geir wrote: > I get the following error trying to synchronize a repository, thought it was > due to too few inodes in the file system, but a “df –i “ shows plenty of > inodes available : > + svnsync synchronize file:///backup/java > > svnsync: Can't crea

Re: Subversion/Tortoise questions

2010-11-09 Thread Nico Kadel-Garcia
On Tue, Nov 9, 2010 at 4:30 PM, Phil Pinkerton wrote: > 1) Does Tortoise  just send command to the Subversion Windows Command > Line client? > > 2) Can the Tortoise and/or Subversion Windows Command Line client be > configured to reduce and/or eliminate with small pack CIFS traffic > that occurs d

Re: Usage discrepancies between two relatively identical systems

2010-11-10 Thread Nico Kadel-Garcia
Update to 1.6.13 *now* . I assume you're using RHEL 5 or CentOS 5, which is pinned at version 1.4.2? RPMforge has the updates available. They're absolutely worth using, there are so many performance improvements and security updates available that there is just no point in sticking with the old one

Re: Subversion vs multicore processors

2010-11-12 Thread Nico Kadel-Garcia
On Fri, Nov 12, 2010 at 8:22 PM, Les Mikesell wrote: > On 11/12/10 6:11 PM, Dominic Lemire wrote: >> >> Hello, >> >> Does anyone know if a Subversion server can make use of multiple CPU cores >> to >> speed-up long operations? (not just simultaneous requests) >> >> I'm profiling my (dual core) ser

Re: Subversion vs multicore processors

2010-11-13 Thread Nico Kadel-Garcia
On Sat, Nov 13, 2010 at 12:23 AM, Edward Ned Harvey wrote: >> From: Nico Kadel-Garcia [mailto:nka...@gmail.com] >> >> RHEL 5 still directly only provides Subversion 1.4.2. EPEL will not > replace it in > > On RHEL4 / RHEL5, I find it ridiculously easy to build svn from

Re: restored deleted data on subversion

2010-11-14 Thread Nico Kadel-Garcia
On Sun, Nov 14, 2010 at 2:16 AM, wrodrigues201 wrote: > On 11/08/2010 10:35 PM, Campbell Allan wrote: >> >> On Monday 08 Nov 2010, wrodrigues201 wrote: >> >>> >>> Hello, >>> >>> Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB >>> of data and one user has accidentally delete

Re: Subversion vs multicore processors

2010-11-15 Thread Nico Kadel-Garcia
On Mon, Nov 15, 2010 at 11:27 AM, Edward Ned Harvey wrote: >> From: Les Mikesell [mailto:lesmikes...@gmail.com] >> >> On 11/15/2010 9:17 AM, Edward Ned Harvey wrote: >> > >> >>> On RHEL4 / RHEL5, I find it ridiculously easy to build svn from > source. >> >>> Here is my build script: >> >> Has some

Re: Subversion vs multicore processors

2010-11-15 Thread Nico Kadel-Garcia
On Mon, Nov 15, 2010 at 10:17 AM, Edward Ned Harvey wrote: > (b) other than building from source, there's no better way that I know to > get the latest svn 1.6 in rhel4 / rhel5.  AKA, there are no rpm's available > that I know of, which I trust more than building from source as described. For RP

Re: Mail-Copies-To

2010-11-19 Thread Nico Kadel-Garcia
On Fri, Nov 19, 2010 at 8:51 AM, Gary wrote: > Cooke, Mark wrote: >>> -Original Message- >> The short answer is that if a "standard" email client (for me, m$ >> outlook) > > I'm sorry. According to every other poster you are only allowed to use > things which are specified in an RFC. Dump

Re: Version caching

2010-11-21 Thread Nico Kadel-Garcia
On Sun, Nov 21, 2010 at 9:54 AM, Kevin Connor Arpe wrote: > Hello, > > I have a question about version caching.  I am using the latest > (stable) version on both Linux and WinSlows. > > As I understand Subversion, once a version is committed, basically it > can never changed.  A version is written

Re: Release Repositories

2010-11-22 Thread Nico Kadel-Garcia
On Mon, Nov 22, 2010 at 9:55 PM, Andrey Repin wrote: > Greetings, Les Mikesell! > >> Realistically, you probably don't need to kick off the job the instant >> the filesystem changes - you'll at least want to wait until the file >> transfer completes.  I'd expect a scheduled job running from cron o

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Nico Kadel-Garcia
On Tue, Nov 23, 2010 at 7:16 PM, Michael J. Bauer wrote: > I am attempting to build SVN on a RHEL 5.4 system.  There are two versions > of SQLite on the system: Use the SRPM or the RPM from RPMforge. I've had some involvement with that: previous contributors included the squlite-amalgmation tarba

Re: Apache Subversion 1.6.15 Released

2010-11-24 Thread Nico Kadel-Garcia
On Wed, Nov 24, 2010 at 11:15 AM, Hyrum Wright wrote: > I'm happy to announce Apache Subversion 1.6.15.  This release contains > several bug fixes, including two which can cause client-initiated > crashes on the server.  We encourage users to upgrade as soon as Cool. I just built it using the RPM

Re: Subversion Authentication

2010-11-29 Thread Nico Kadel-Garcia
On Mon, Nov 29, 2010 at 2:42 PM, Patrick Brennan wrote: > Hello, > > > > We have a default install of Subversion software and our users are > requesting Authentication be setup for our Developers Domain group and a > Domain group in another sister domain. What is a "default install"? A Linux box

Re: extreme svn slowdown due to X-forwarding timeouts

2010-12-06 Thread Nico Kadel-Garcia
On Mon, Dec 6, 2010 at 4:27 AM, pjaytycy wrote: > Hello, > > > we recently upgraded svn on our remote build server from 1.5 to 1.6. > This caused a drastic reduction in speed: > > u...@server:~$ time svn log -l 25 -q https:// > [… snip …] > > real    0m22.745s > user    0m0.192s > sys     0m0.048s

Re: SVN Version upgrade.

2010-12-07 Thread Nico Kadel-Garcia
On Mon, Dec 6, 2010 at 9:10 PM, Gavin Beau Baumanis wrote: > Hi Everyone, > > For our production repositories we're using 1.5.1 > > My question is - is there an appropriate version to upgrade to? > We're tossing up between; > > Update to the latest 1.5.x > Update to 1.6.x > Or simply wait it out  

Re: SVN Version upgrade.

2010-12-07 Thread Nico Kadel-Garcia
On Tue, Dec 7, 2010 at 9:30 AM, Bob Archer wrote: > Of course you can run svnadmin upgrade to bring the repository to version > 1.6. If you don't it will keep storing stuff in the 1.5 format and you will > lose many of the advantages of 1.6. You also won't reap the performance benefits of rebu

Re: Subversion version on server

2010-12-14 Thread Nico Kadel-Garcia
On Tue, Dec 14, 2010 at 4:58 PM, Ryan Schmidt wrote: > On Dec 14, 2010, at 15:48, r...@elilabs.com wrote: > >>> If you want to know what version of mod_dav_svn is installed on the >>> server, that can actually be determined from the client, by accessing the >>> repository's http or https URL in a

Re: Archiving Projects (End-Of-Life)

2010-12-15 Thread Nico Kadel-Garcia
On Wed, Dec 15, 2010 at 8:50 AM, Andy Levy wrote: > If you just need to set the whole directory read-only unilaterally, > you don't need a pre-commit hook; just use the built-in path-based > authorization. Well, no, you don't *need* to do it that way. But each access method has its own access co

Re: Subversion 1.6.15 Released

2010-12-19 Thread Nico Kadel-Garcia
On Fri, Dec 17, 2010 at 5:46 PM, David Darj wrote: > On 2010-12-17 22:58, Mark Phippard wrote: >> >> On Fri, Dec 17, 2010 at 4:42 PM,  wrote: >>> >>> Any idea why TSVN 1.6.12 Build 20536 2010/11/24 claims to be using SVN >>> 1.6.15 before it was released? >> >> Subversion 1.6.15 was released sever

Re: Problem with My SVN Server

2010-12-19 Thread Nico Kadel-Garcia
On Fri, Dec 17, 2010 at 9:30 AM, santhosh kumar wrote: > Hi > > This is Santhosh Kumar from Bangalore, I have a chat with Mr. C. Michael > Pilato regarding a problem with My SVN Server, he suggested me to contact in > this mail id. > > I am expecting a positive output from your group. > > > I have

Re: Lock entire directory

2010-12-19 Thread Nico Kadel-Garcia
On Sun, Dec 19, 2010 at 8:58 PM, San Martino wrote: > Is it possible to let the user decide whether to lock a whole > directory of the repository? > > Thanks Only if you give your "user" access to your pre-commit configuration: other means of control, such as .htaccess manipulation for http:// or

Re: An access permissions problem

2010-12-21 Thread Nico Kadel-Garcia
On Tue, Dec 21, 2010 at 9:46 AM, David Aldrich wrote: > Hi > > > > We host each of our  projects in a separate svn repo and control access > permissions via Apache. Put the confidential materials in a separate repository. Use svn:externals to access that separate, more securely managed repository

Re: svnadmin create and not being method agnostic

2010-12-28 Thread Nico Kadel-Garcia
On Tue, Dec 28, 2010 at 11:58 AM, Philip Prindeville wrote: > On 12/28/10 3:44 AM, Stefan Sperling wrote: >> >> On Mon, Dec 27, 2010 at 01:28:34PM -0800, Philip Prindeville wrote: >>> >>> On 12/27/10 11:34 AM, Ryan Schmidt wrote: On Dec 24, 2010, at 23:34, Philip Prindeville wrote:

Re: svnadmin create and not being method agnostic

2010-12-28 Thread Nico Kadel-Garcia
On Tue, Dec 28, 2010 at 1:28 PM, Les Mikesell wrote: > On 12/28/10 11:11 AM, Nico Kadel-Garcia wrote: >> >> Disabled entirely would be better, and safer, than empty. Subversion's >> security models have historically been very lax. This is inherited >> from its

Re: svnadmin create and not being method agnostic

2010-12-29 Thread Nico Kadel-Garcia
On Tue, Dec 28, 2010 at 12:24 PM, Stefan Sperling wrote: > On Tue, Dec 28, 2010 at 12:11:47PM -0500, Nico Kadel-Garcia wrote: >> As Stefan pointes out elsewhere, svnserve will run without an >> svnserve.conf. Perhaps it *shouldn't*, and the default svnserve.conf >&

Re: svnadmin create and not being method agnostic

2010-12-29 Thread Nico Kadel-Garcia
On Wed, Dec 29, 2010 at 11:01 AM, Stefan Sperling wrote: > On Wed, Dec 29, 2010 at 10:43:13AM -0500, Nico Kadel-Garcia wrote: >> On Tue, Dec 28, 2010 at 12:24 PM, Stefan Sperling wrote: >> > On Tue, Dec 28, 2010 at 12:11:47PM -0500, Nico Kadel-Garcia wrote: >> >> A

Re: svnadmin create and not being method agnostic

2011-01-01 Thread Nico Kadel-Garcia
On Thu, Dec 30, 2010 at 9:29 AM, Stefan Sperling wrote: > What if the user later decides to use svnserve instead of apache? > How would the principle of least astonishment be applied then? > > Do we tell those users to copy svnserve.conf from another repository? > Do we add a new option --create-

Re: svnadmin create and not being method agnostic

2011-01-01 Thread Nico Kadel-Garcia
On Thu, Dec 30, 2010 at 9:41 AM, Bob Archer wrote: > Is there really that much overhead in deleting the binary and insuring the > correct permissions are used on the repository folders to "keep the honest, > honest?" After all, any one with root/administrator access is able to bypass > anythin

Re: svnadmin create and not being method agnostic

2011-01-02 Thread Nico Kadel-Garcia
On Sun, Jan 2, 2011 at 2:49 AM, Philip Prindeville wrote: > On 1/1/11 8:29 PM, Nico Kadel-Garcia wrote: >> To set up the first time for testing? No. To set up securely? Youch. >> It's paide me some very remunerative consulting wages, becuase it took >> someone as par

Fine and secure dining, was Re: svnadmin create and not being method agnostic

2011-01-02 Thread Nico Kadel-Garcia
[ Changing the subject line, this has gone off the deep end, partly my fault. ] On Sun, Jan 2, 2011 at 7:50 PM, Tony Sweeney wrote: > > > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] >>It's not cow. Subversion security is *goat*.

Re: Best way to maintain patches to a 3rd party library?

2011-01-04 Thread Nico Kadel-Garcia
On Tue, Jan 4, 2011 at 6:35 PM, NN Ott wrote: > Hello, > > I have a source library that I need to periodically import (and then patch) > for use by my code base. > > The SVN Book seems to reccomend a "vendor branch" scheme where you keep a > patched branch of the "vendor drops". This would work, e

Re: svnadmin create and not being method agnostic

2011-01-04 Thread Nico Kadel-Garcia
On Mon, Jan 3, 2011 at 3:56 PM, Nick wrote: > On Mon, 2011-01-03 at 11:49 -0500, Mark Phippard wrote: >> > Apologies in advance if this is covered somewhere, but can someone >> > explain (or point me to some references on) why using SVN w/ Apache >> > (HTTPS) is insecure?  I've seen some reference

Re: svnadmin create and not being method agnostic

2011-01-04 Thread Nico Kadel-Garcia
On Tue, Jan 4, 2011 at 4:56 PM, Daniel Becroft wrote: > svnadmin create .\repository > svnserve -r . > > and a repository is created and served via svnserve. With the above > defaults, a third step is required, which can get tedious. I'd propose > enabling svnserve by default, and it can then be

Re: Apache Software Foundation response to recent WANdisco statements.

2011-01-04 Thread Nico Kadel-Garcia
On Mon, Jan 3, 2011 at 1:27 PM, Stefan Sperling wrote: > There have also been reactions by individuals in the community, > for instance by Ben-Collins Sussman > http://blog.red-bean.com/sussman/?p=475 > and Mark Phippard > http://markphip.blogspot.com/2011/01/open-letter-to-wandisco.html > > Many

Re: Fine and secure dining, was Re: svnadmin create and not being method agnostic

2011-01-04 Thread Nico Kadel-Garcia
On Mon, Jan 3, 2011 at 11:46 AM, Les Mikesell wrote: > On 1/2/2011 9:43 PM, Nico Kadel-Garcia wrote: >> >> It's possible to do secure Subversion. Use svn+ssh access, disable or >> block other services at the firewall, > > If ssh is permitted and you didn't pe

Re: Fine and secure dining, was Re: svnadmin create and not being method agnostic

2011-01-05 Thread Nico Kadel-Garcia
On Wed, Jan 5, 2011 at 2:19 PM, Les Mikesell wrote: > Of course you _can_ secure it.  My point is that permitting ssh and > restricting access to ssh by itself is very likely to make your system less > secure (if you count on firewall protections) instead of more so. And > nothing that can be don

Re:

2011-01-07 Thread Nico Kadel-Garcia
On Fri, Jan 7, 2011 at 1:03 AM, Altaf-Hussain Sayyed wrote: > Hi, > > Can I install subversion system on my own web hosting having WINDOWS and IIS. > > Please guide. > > Thanks and regards, > ALTAF If it's an open source project, you can host it at sourceforge.net.

Re: svnadmin create and not being method agnostic

2011-01-07 Thread Nico Kadel-Garcia
On Fri, Jan 7, 2011 at 11:43 AM, Les Mikesell wrote: > On 1/4/2011 8:25 PM, Nico Kadel-Garcia wrote: >> >> This is a very large and longstanding issue for me and others, and has >> led to clients of mine rejecting Subversion outright. And it looks >> like

Re: I can not browsing a subversion webpage

2011-01-10 Thread Nico Kadel-Garcia
On Mon, Jan 10, 2011 at 5:06 PM, Daniela Rivas wrote: > Well, I think, I am trying to configure WebDav to see the files in the > repositories properly and not as a plain text, so If I have and html file I > could see the execution and not the plain text with the tags. mod_dav, which is what WebDA

Re: 301 with mod_dav / https

2011-01-12 Thread Nico Kadel-Garcia
On Wed, Jan 12, 2011 at 10:20 AM, Jehan PROCACCIA wrote: > Le 12/01/2011 15:46, fuzzy_4711 a écrit : >> >> >>> Do apache needs to have RW on /var/svn/disi/* ? >>> for now it is user svn only >> >> Yup, you got it. >> Put your apache user into group svn. And give those rights recursive to >> your r

Re: configure says co apr - I suggest to change to use an apr tarball release

2011-01-18 Thread Nico Kadel-Garcia
On Tue, Jan 18, 2011 at 4:47 PM, TJ Maciak wrote: > Then I went into subversion source directory and compiled using: > > ./configure --prefix=/Subversion/usr/SVN1.6.15 > --with-neon=/Subversion/usr/neon0.29.5/ > --with-apr=/Subversion/usr/apr1.4.2/ > --with-apr-util=/Subversion/usr/apr-util1.

Re: Live replication to backup server

2011-01-21 Thread Nico Kadel-Garcia
On Fri, Jan 21, 2011 at 3:57 AM, Oliver Marshall wrote: > Hi, > > > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently) > replication all changes to a secondary server? Use post-commit to fire off a command to "svnsync" on the secondart server. This doesn't mirror confi

Re: RHEL4

2011-01-21 Thread Nico Kadel-Garcia
On Fri, Jan 21, 2011 at 5:07 AM, wrote: > Hi, > > I am searching a binary package (version 1.6.15) for RHEL4. > > Is there a binary package for a RHEL4 system available or only for a RHEL5 > system? > > Regards > > Sönke It's become too painful to backport: there are just too many unmanageable

Re: subversion checkout accidently to C:\ drive - how undue?

2011-01-22 Thread Nico Kadel-Garcia
On Thu, Jan 13, 2011 at 10:11 AM, Andy Levy wrote: > On Thu, Jan 13, 2011 at 10:06, dba2010 wrote: >> I removed the .svn hidden folder under c and can't find any others but >> the files are still in the same state.  Anything else to try? > > Kill the TSVNCache.exe process. By the way: how did yo

Re:

2011-01-24 Thread Nico Kadel-Garcia
On Thu, Jan 20, 2011 at 6:03 AM, Alexey Bakhirkin wrote: > 2011/1/7 Altaf-Hussain Sayyed : >> Hi, >> >> Can I install subversion system on my own web hosting having WINDOWS and IIS. >> >> Please guide. >> >> Thanks and regards, >> ALTAF >> >> >> >> >> > > AFAIK you cannot serve subversion with IIS

Re:

2011-01-25 Thread Nico Kadel-Garcia
On Tue, Jan 25, 2011 at 7:00 AM, Stephen Connolly wrote: > noo! > > now nico will start his security rant again! > > you have been warned ;-) > > (note he may or may not have a point which matters to you, but it definitely > matters to him) > > - Stephen Now, now, stay calm. Alexey, I'll

Re: svnserve + SASL: Only works with plaintext 'userPassword', so what's the point?

2011-01-26 Thread Nico Kadel-Garcia
On Wed, Jan 26, 2011 at 9:26 PM, Stefan Sperling wrote: > On Wed, Jan 26, 2011 at 07:08:55PM -0700, Donner, Sean P wrote: >> > It's because of how CramMD5 works. >> > >> > "The server needs access to the users' plain text passwords." >> > http://en.wikipedia.org/wiki/CRAM-MD5 >> > >> > Stefan >> >

Re: Generate Emails through Subversion

2011-01-27 Thread Nico Kadel-Garcia
On Thu, Jan 27, 2011 at 4:58 AM, Ryan Schmidt wrote: > > On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > >> I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do >> with this ?? > > SVN::Notify is a Perl module. You install it using CPAN. If it's not built into your partic

Re: Checkout really slow in Windows with lots of files in one directory

2011-01-27 Thread Nico Kadel-Garcia
On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird wrote: > >  We have a graphics-oriented code-base that's auto-generated and has >5000 > source files in one directory.  While I can check this out OK on Linux, > we're seeing an unusable slow-down on Windows XP (NTFS), both using Tortoise > directly, and

Re: global SSL trust CA

2011-01-29 Thread Nico Kadel-Garcia
On Sat, Jan 29, 2011 at 11:46 AM, Stefan Sperling wrote: > On Fri, Jan 28, 2011 at 03:05:24PM +0100, Jehan PROCACCIA wrote: >> Le 27/01/2011 20:04, Stefan Sperling a écrit : >> >On Thu, Jan 27, 2011 at 06:52:02PM +0100, Jehan PROCACCIA wrote: >> >>hello, >> >> >> >>since I configure my svn server

Big, big safety problem in for subversion/trunk/kpackages/rpm/rhel-5/Makefile

2011-01-29 Thread Nico Kadel-Garcia
I'm staring at the current Makefile for building RHEL packages, with an eye towards getting in the RPMforge published tweaks into that code. So far, so good, except 3 issues. * RHEL 3 and RHEL 4 4 is nightmarish to build without updating Python and a stack of other components. Unless someone's got

Re: Permanent deleting the deleted files.

2011-01-30 Thread Nico Kadel-Garcia
On Sun, Jan 30, 2011 at 11:34 PM, amol gole wrote: > Hi Rajnish, > > 65GB isn't that large in terms of memory cost today... do you think your > repo access is slow because of the size and is that the reason you want to > delete files? > > I'm new to SVN so I'm not 100% sure this is an option but w

Re: how do I add support for SSL

2011-02-01 Thread Nico Kadel-Garcia
On Tue, Feb 1, 2011 at 7:10 AM, Nick Upson wrote: > I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was > working fine (I need 1.6 for compatibity with other users) > > but when I do > > svn co https://x.y.z.1/... (my repo) > > I now get > > svn: SSL is not supported > > In ca

Re: svnadmin create repo/path - Error

2011-02-11 Thread Nico Kadel-Garcia
On Fri, Feb 11, 2011 at 2:59 AM, Rajesh Saha wrote: > Hi > > No, it does. I have run this command on linux (RHEL4) on local path. It > creates. > > However, in this case, even if I mention the full path then also, it is > giving this error. Btw, the path is nfs mounted. > Regards, > Rajesh Get *o

Re: Followup: What Subversion components am I using?

2011-02-16 Thread Nico Kadel-Garcia
On Wed, Feb 16, 2011 at 6:31 PM, Eric wrote: > At 06:24 PM 2/16/2011, Stefan Sperling wrote: > >> >> >> I'd recommend getting subversion 1.6 RPMs from RPMforge. > > < > > I tried that last night or night before last, but I could not find them... > RPMforge insisted that it only has 1.4.2.

Re: Folder-based properties

2011-02-17 Thread Nico Kadel-Garcia
On Tue, Feb 15, 2011 at 12:33 PM, Greg Long wrote: > Hi, > I am supporting a Subversion repository that has a some interesting > requirements. > >  - Log message minimum length. >  - Files in release directories must not be changed or deleted. >  - Files in template directories must not be copied.

Re: ^M Appends to every line?

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell wrote: > On 2/23/2011 10:19 AM, Christopher D Haakinson wrote: >> >> I have SVN up and running and things are working well, except when >> editing shell scripts from windows. >> >> My server is RHEL5-based and I will have clients connecting from linux

Re: path-based authorization, whitespace in foldername

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 5:20 AM, Necati Mercan wrote: > Hi, > > I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. > On the client side, mostly win xp with tortoisesvn. > > The setup is using https and path-based-authorization and everything was > working fine. > Users are se

Re: ^M Appends to every line?

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 8:48 PM, David Chapman wrote: > On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote: >> >> On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell >>> Short version: set the svn:eol-style property to native on the files >>> where >>> you wan

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Nico Kadel-Garcia
On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: > On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin wrote: >> Hello, >> >> Setup: there's a server where Subversion repository is located (working >> via Apache backend), OS CentOS 5.5, Subversion installed as RPM >> subversion-1.4.2-4.el5_3.1 Red

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Nico Kadel-Garcia
On Sun, Mar 6, 2011 at 11:43 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sun, Mar 06, 2011 at 09:00:15 -0500: >> On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: >> > On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin >> > wrote: >> >> Hello, &g

Re: Using svn with cron?

2011-03-07 Thread Nico Kadel-Garcia
On Mon, Mar 7, 2011 at 3:24 AM, Ole Pinto wrote: > As you are scheduling your job to run with your user, I don't think it is a > permissions related problem. But maybe the env. vars do matter, including > any needed to get to your stored password. > > Once you get to stderr you'll probably have a

Re: Upgrading from 1.6.5 (Fedora) to 1.6.16 (built from source)

2011-03-07 Thread Nico Kadel-Garcia
On Mon, Mar 7, 2011 at 4:11 PM, Jim Garrison wrote: > The last version available on the Fedora update site for my system (Fedora > 10) is 1.6.5, and I need the fixes for Tree Conflict resolution that shipped > in 1.6.6 and later versions. > > > > Is there anything special to upgrading other than b

Re: Upgrading from 1.6.5 (Fedora) to 1.6.16 (built from source)

2011-03-08 Thread Nico Kadel-Garcia
On Tue, Mar 8, 2011 at 6:12 PM, Marco Maccaferri wrote: > On 07/03/2011 22:11 Jim Garrison ha scritto: > >> The last version available on the Fedora update site >> for my system (Fedora 10) is 1.6.5, and I need the fixes >> for Tree Conflict resolution that shipped in 1.6.6 and >> later versions.

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Nico Kadel-Garcia
On Thu, Mar 10, 2011 at 9:09 PM, Ryan Schmidt wrote: > On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote: > >> This is a good solution, but I have 2 additional requirements >> * I have >100 subdomains and I want to save time setting them up (ok, I >> could script this) >> * I need to be able to a

  1   2   3   4   5   6   7   8   9   10   >