Re: windows vs unix question

2010-02-02 Thread Andy Levy
On Tue, Feb 2, 2010 at 02:07, Oftenwrong Soong oftenwrongso...@yahoo.com wrote: My understanding was that there's some weirdness related to filename case sensitivity between different platforms, with Windows/Mac being case preserving but case insensitive and UNIX being case sensitive, such

RE: Tortoise SVN merge bug?

2010-02-02 Thread Bob Archer
Empty ranges are what is the norm. What version of svn client / server are you using? BOb -Original Message- From: Jeff Abbott [mailto:jeff.abb...@caemilusa.com] Sent: Monday, February 01, 2010 8:18 PM To: Bob Archer; users@subversion.apache.org Subject: RE: Tortoise SVN merge

Re: Reintegrate with vendor branches

2010-02-02 Thread Olivier Sannier
Olivier Sannier wrote: Hello all, Let's consider the following repository structure : tags branches feature1 trunk libs libA libB project1 vendors libA current libB current The repository is at revision 100 libA and libB are external libraries managed as vendor

RE: Tortoise SVN merge bug?

2010-02-02 Thread Jeff Abbott
Here is the version info: TortoiseSVN 1.6.6, Build 17493 - 32 Bit , 2009/10/19 20:22:18 Subversion 1.6.6, apr 1.3.8 apr-utils 1.3.9 neon 0.28.6 OpenSSL 0.9.8k 25 Mar 2009 zlib 1.2.3 The problem is we rarely use SVN merge when there are conflicts. So if I understand correctly the appropriate

Re: Usage for svn list

2010-02-02 Thread Tim Landscheidt
Ryan Schmidt subversion-20...@ryandesign.com wrote: Anyhow, is there a proper way to deduce a revision num- ber from a date for a given path? At the moment (I'm brows- ing the output of cvs2svn to see if the repository has been converted correctly), I use svn log --verbose on the trunk.

Re: howto limit filetypes

2010-02-02 Thread Ulrich Eckhardt
On Tuesday 02 February 2010, Marco wrote: is it possible to deny users to commit particular filetypes into subversion repositories? Yes, take a look at pre-commit hooks. Uli -- FAQ: http://subversion.tigris.org/faq.html Docs: http://svnbook.red-bean.com/ Sator Laser GmbH, Fangdieckstraße

Svnsync - switching source and mirror

2010-02-02 Thread Bailey, Darragh
Looking to setup a mirror to a locally hosted svn repo, however it's expected that in the future the role of which repo is the mirror and which is the master will reverse. Reading up on svnsync, there appears to be some suggestion that something happens with the 'svnsync init' command that is

Repository Access Using HTTPS and SVNSERVE

2010-02-02 Thread Jack VAN GORKUM
Hello, Can multiple users concurrently access Subversion repositories using both the svnserve Server and the Apache HTTP Server ? Is there any risk of conflicts/corruption if both methods are used at the same time ? Cheers, Jack... Jack van Gorkum IT Systems Analyst, Team Lead

Re: Svnsync - switching source and mirror

2010-02-02 Thread C. Michael Pilato
Bailey, Darragh wrote: Looking to setup a mirror to a locally hosted svn repo, however it's expected that in the future the role of which repo is the mirror and which is the master will reverse. Reading up on svnsync, there appears to be some suggestion that something happens with the

Re: Repository Access Using HTTPS and SVNSERVE

2010-02-02 Thread Kylo Ginsberg
On Tue, Feb 2, 2010 at 9:59 AM, C. Michael Pilato cmpil...@collab.net wrote: Jack VAN GORKUM wrote: Can multiple users concurrently access Subversion repositories using both the svnserve Server and the Apache HTTP Server ? Is there any risk of conflicts/corruption if both methods are used at

Re: Revision graphs on the Web

2010-02-02 Thread vishwajeet singh
On Wed, Feb 3, 2010 at 12:09 AM, Pablo Beltran pa...@svnflash.com wrote: Hi all, Though revision graphs are not a feature of Subversion, they are very useful for big projects. I'm publishing revision graphs for the public hugest repositories around the World. Like KDE (+1 million of

excessive disk usage by revisions?

2010-02-02 Thread Kevin Longfellow
Hi, I've been looking at a space utilization issue and am a bit confused. Just looking at the size of the revisions in the db/revs directory and only looking at the 2.2M size revs I see about 3GB+ of disk space consumed just for Feb 2: ls -lhrt

Deleted directory committed to repo translated to ignored directory locally

2010-02-02 Thread Dave Purrington
The scenario goes like this: 1. Homer svn deletes a folder and commits to the repository. 2. Marge svn updates, and svn reports the folder Homer deleted (D some folder) 3. Marge runs svn st, some folder is not reported as unversioned. However, the folder is still on disk