Re: Maxsize of Properties

2010-05-25 Thread Bettual Richter
Von: Ryan Schmidt An: Bettual Richter Kopie: users@subversion.apache.org Datum: 21.05.2010 16:36 Betreff: Re: Maxsize of Properties On May 21, 2010, at 06:39, Bettual Richter wrote: >>> Ryan Schmidt wrote: >> >>> On May 20, 2010, at 05:40, Bettual Richter wrote: >>> does anyone know i

RE: Reintegrate a branch issue

2010-05-25 Thread Erik Hemdal
1) When I attempt to reintegrate, I am getting the following error: Error: Retrieval of mergeinfo unsupported by '...my repo path...'. The research that I've done suggested I need to upgrade my server version of Subversion, but I would like to avoid doing this because of the corporate red

Re: Maxsize of Properties

2010-05-25 Thread Erik Huelsmann
Dear Bettual, Making sure all clients can read them isn't a purpose by itself. I hope you don't have too many files with 10MB properties, or that you have huge amounts of memory in your clients: they are designed for small amounts of data and may be read fully into memory for many files at the sam

RE: Using * in AuthzSVNAccessFile file

2010-05-25 Thread Andrea Antonio Maleci
You can use svnperms.py on pre-commit hook, which allows regular expressions. You can’t use groups from your svn_access_file: you have to redefine your allowed users and groups on svnperms.conf file. Hope this helps, Andrea From: Sarah George [mailto:sarah.geo...@gmail.com] Sent: martedì 25 mag

Why am I getting a bad merge?

2010-05-25 Thread Steven Boswell II
I recently began using Subversion to track a project at the new company where I work.  We've been using it for a few weeks, and our database has just over 60 commits to it now. I created a "release" branch of the project at revision 36, and have been doing heavy development in the trunk, mergin

Re: How to speed up subversion

2010-05-25 Thread David Brodbeck
On May 24, 2010, at 2:05 PM, Les Mikesell wrote: > On 5/24/2010 3:51 PM, David Brodbeck wrote: >> >> On May 21, 2010, at 8:23 AM, Hyrum K. Wright wrote: >>> Actually, Subversion is a bit more intelligent about it, attempting to use >>> modification times and sizes, before doing a byte-by-byte c

Re: How to speed up subversion

2010-05-25 Thread Les Mikesell
On 5/25/2010 11:44 AM, David Brodbeck wrote: On May 24, 2010, at 2:05 PM, Les Mikesell wrote: On 5/24/2010 3:51 PM, David Brodbeck wrote: On May 21, 2010, at 8:23 AM, Hyrum K. Wright wrote: Actually, Subversion is a bit more intelligent about it, attempting to use modification times and si

Re: How to speed up subversion

2010-05-25 Thread David Brodbeck
On May 25, 2010, at 9:59 AM, Les Mikesell wrote: > On 5/25/2010 11:44 AM, David Brodbeck wrote: >> >> On May 24, 2010, at 2:05 PM, Les Mikesell wrote: >> >>> On 5/24/2010 3:51 PM, David Brodbeck wrote: On May 21, 2010, at 8:23 AM, Hyrum K. Wright wrote: > Actually, Subversion is

RE: svn support for symbolic link?

2010-05-25 Thread Todd Gleason
> -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: Monday, May 24, 2010 2:23 PM > To: Lars Tiefland > Cc: Brown, Michael; Peng Yu; users@subversion.apache.org > Subject: Re: svn support for symbolic link? > > On Mon, May 24, 2010 at 16:10, Lars Tiefland > wrote: >

Re: Automatic commission?

2010-05-25 Thread David Weintraub
On Mon, May 24, 2010 at 6:03 PM, Peng Yu wrote: > I might change filenames or even move files around several times > before I 'commit'. Since I need tell svn the renames and moves that I > have done, does svn keep all the intermediate changes when I finally > 'commit'. > > I think that svn should

Re: svn support for symbolic link?

2010-05-25 Thread Andy Levy
On Tue, May 25, 2010 at 14:20, Todd Gleason wrote: >> -Original Message- >> From: Andy Levy [mailto:andy.l...@gmail.com] >> Sent: Monday, May 24, 2010 2:23 PM >> To: Lars Tiefland >> Cc: Brown, Michael; Peng Yu; users@subversion.apache.org >> Subject: Re: svn support for symbolic link? >>

Re: svn support for symbolic link?

2010-05-25 Thread David Weintraub
On Mon, May 24, 2010 at 3:25 PM, Peng Yu wrote: > For some reason, I need to create symbolic link in my source > directory. When the directory structure is changed, I have some tools > to fix broken links. > > I'm wondering if svn support symbolic links. I know that the Unix version of Subversion

RE: svn support for symbolic link?

2010-05-25 Thread Keith Moore
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wednesday, 26 May 2010 5:05 To: Peng Yu Cc: users@subversion.apache.org Subject: Re: svn support for symbolic link? On Mon, May 24, 2010 at 3:25 PM, Peng Yu wrote: > For some reason, I need to create symbolic link

RE: svn support for symbolic link?

2010-05-25 Thread Keith Moore
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wednesday, 26 May 2010 5:05 To: Peng Yu Cc: users@subversion.apache.org Subject: Re: svn support for symbolic link? On Mon, May 24, 2010 at 3:25 PM, Peng Yu wrote: > For some reason, I need to create symbolic lin

truMerge 1.1.0 released

2010-05-25 Thread Schellingerhout, Nico
Dear Subversion users, I am happy to announce the release of truMerge 1.1.0. truMerge is a merge helper tool that combines true rename functionality with Subversion merge, in order to handle tree conflicts more reliably and eff