Re: fixing files committed with wrong eol-style

2010-07-13 Thread Geoff Worboys
Geoff Worboys wrote: >> (Forcing users to deal with the reply-to stuff on this list >> is something of a pain don't you think. As if I need the list >> copy and a CC copy. Never mind...) Ryan Schmidt wrote: > No, we don't think so. > http://subversion.apache.org/docs/community-guide/mailing-list

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Nico Kadel-Garcia
On Tue, Jul 13, 2010 at 10:44 AM, Les Mikesell wrote: > On 7/13/2010 8:57 AM, Geoff Worboys wrote: >> >> Les Mikesell wrote: >>> >>> There are workarounds but you can't just expect things to >>> work in general and pretend it is normal.  And some of >>> those workarounds may involve silently chang

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Nico Kadel-Garcia
On Tue, Jul 13, 2010 at 4:57 PM, Les Mikesell wrote: > On 7/13/2010 2:50 PM, David Brodbeck wrote: >> >> On Jul 13, 2010, at 5:50 AM, Les Mikesell wrote: >> This could be a lot of it if a substantial number of files are in one flat >> subdirectory.  CIFS really, really does not deal with large di

RE: changing the root repository name without losing revision history

2010-07-13 Thread Keith Moore
From: Itamar O [mailto:itamar...@gmail.com] Sent: Wednesday, 14 July 2010 6:45 To: Charan Cc: users@subversion.apache.org Subject: Re: changing the root repository name without losing revision history On Tue, Jul 13, 2010 at 7:52 PM, Charan mailto:charan...@gmail.com>> wrote: Hi Guys, Is it poss

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Geoff Worboys
Les Mikesell wrote: >> If you have to worry about mistakes, you are doing >> workarounds. What windows editor will create new files >> with LF endings by default? Notepad++ can be configured to do so: http://notepad-plus.sourceforge.net/ as can Programmer's Notepad: http://www.pnotepad.org/ both b

Re: Supported platforms

2010-07-13 Thread David Weintraub
On Mon, Jul 12, 2010 at 4:20 PM, Phil Johnson wrote: > Is there a version of Subversion that will run as a USB portable application > under Xampp ? >From what I can see, Xampp is simply an Apache server which means you can add the necessary mod_dav_svn module and the mod_dav module. You may have

Re: old branch information get lost, how can I get them

2010-07-13 Thread asmwarrior
On 2010-7-14 8:02, Andy Levy wrote: On Tue, Jul 13, 2010 at 19:55, asmwarrior wrote: I have a problem to view(track an old branch), here are the steps what we have done. 2009.04, we created a branch named "branches/codecompletion_refactoring" from trunk. 2009.10, we merged the "branches

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Nico Kadel-Garcia
On Tue, Jul 13, 2010 at 3:50 PM, David Brodbeck wrote: > > On Jul 13, 2010, at 5:50 AM, Les Mikesell wrote: > >> Nico Kadel-Garcia wrote: >>> I've got some colleagues with a rather large Subversion repository >>> whose trunk includes over 10,000 files and over 500 Meg of actual >>> content for var

Re: old branch information get lost, how can I get them

2010-07-13 Thread Andy Levy
On Tue, Jul 13, 2010 at 19:55, asmwarrior wrote: >  I have a problem to view(track an old branch), here are the steps what we > have done. > >  2009.04, we created a branch named "branches/codecompletion_refactoring" > from trunk. >  2009.10, we merged the "branches/codecompletion_refactoring" to

old branch information get lost, how can I get them

2010-07-13 Thread asmwarrior
I have a problem to view(track an old branch), here are the steps what we have done. 2009.04, we created a branch named "branches/codecompletion_refactoring" from trunk. 2009.10, we merged the "branches/codecompletion_refactoring" to trunk, then stop developing on the that branch. 2010.05,

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Yves Martin
On Tue, 2010-07-13 at 15:57 -0500, Les Mikesell wrote: > On 7/13/2010 2:50 PM, David Brodbeck wrote: > > > > On Jul 13, 2010, at 5:50 AM, Les Mikesell wrote: > > > >> Nico Kadel-Garcia wrote: > >>> I've got some colleagues with a rather large Subversion repository > >>> whose trunk includes over 10

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Yves Martin
On Tue, 2010-07-13 at 09:44 -0500, Les Mikesell wrote: > On 7/13/2010 8:57 AM, Geoff Worboys wrote: > > Les Mikesell wrote: > >> There are workarounds but you can't just expect things to > >> work in general and pretend it is normal. And some of > >> those workarounds may involve silently changing

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Nico Kadel-Garcia
Give the man a cigar, he's captured what I was looking for. On Tue, Jul 13, 2010 at 8:15 AM, Stefan Sperling wrote: > On Mon, Jul 12, 2010 at 05:57:24PM -0400, Nico Kadel-Garcia wrote: >> I don't know why the syntax was reversed: it really looks like an >> entirely unnecessary parsing complicatio

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Tue, Jul 13, 2010 at 04:52:45PM -0500, Ryan Schmidt wrote: > On Jul 13, 2010, at 08:35, Stefan Sperling wrote: > > > In the "-r rev" syntax, the rev is interpreted as a peg revision. > > See > > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/props.c?revision=961970&view=mar

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Ryan Schmidt
On Jul 13, 2010, at 08:35, Stefan Sperling wrote: > In the "-r rev" syntax, the rev is interpreted as a peg revision. > See > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/props.c?revision=961970&view=markup > lines 3026 to 3092, inside function svn_wc_parse_externals_descrip

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Ryan Schmidt
On Jul 13, 2010, at 08:10, Geoff Worboys wrote: > (Forcing users to deal with the reply-to stuff on this list > is something of a pain don't you think. As if I need the list > copy and a CC copy. Never mind...) No, we don't think so. http://subversion.apache.org/docs/community-guide/mailing-li

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Les Mikesell
On 7/13/2010 2:50 PM, David Brodbeck wrote: On Jul 13, 2010, at 5:50 AM, Les Mikesell wrote: Nico Kadel-Garcia wrote: I've got some colleagues with a rather large Subversion repository whose trunk includes over 10,000 files and over 500 Meg of actual content for various reasons. What we're fi

Re: changing the root repository name without losing revision history

2010-07-13 Thread Itamar O
On Tue, Jul 13, 2010 at 7:52 PM, Charan wrote: > Hi Guys, > > Is it possible to change the repository name without losing the history. > Currently all my code is under the repository > http://local.svn.com/svn/repoe5r/. I want the name *repoe5r* to be changed > to *SVNROOT*. Can I do that? > > >

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread David Brodbeck
On Jul 13, 2010, at 5:50 AM, Les Mikesell wrote: > Nico Kadel-Garcia wrote: >> I've got some colleagues with a rather large Subversion repository >> whose trunk includes over 10,000 files and over 500 Meg of actual >> content for various reasons. What we're finding is that checking it >> out it o

Set mergeinfo for branches previously crossmerged with svn < 1.5 (was Re: Declare branches to be equal?)

2010-07-13 Thread Kris Deugau
Anyone? Kris Deugau wrote: I've got a repository that saw moderate use for several years, then the project reached a stable point. I upgraded SVN as I went along, however on my primary dev system I've been stuck with a 1.4 client (CentOS 4). Recently, I've switched to a different system for

changing the root repository name without losing revision history

2010-07-13 Thread Charan
Hi Guys, Is it possible to change the repository name without losing the history. Currently all my code is under the repository http://local.svn.com/svn/repoe5r/. I want the name *repoe5r* to be changed to *SVNROOT*. Can I do that? Thanks

RE: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Varnau, Steve (Neoview)
Also, I guess it could be getting options from system-wide config (/etc/subversion on linux). -Steve -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: Tuesday, July 13, 2010 9:29 AM To: Jeremy Wall Cc: Varnau, Steve (Neoview); users@subversion.apache.org Subject:

Re: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Mark Phippard
If the option is not set, the default behavior is to use what is available. If you have gnome-keyring support it tries to use it. On Tue, Jul 13, 2010 at 12:22 PM, Jeremy Wall wrote: > There was no password-stores line in my config file. I had to add a > password-stores line to the file to disab

Re: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
There was no password-stores line in my config file. I had to add a password-stores line to the file to disable it. Is there a second config file it might be pulling from that I'm unaware of? On Tue, Jul 13, 2010 at 11:15 AM, Varnau, Steve (Neoview) < steve.var...@hp.com> wrote: > It should only

RE: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Varnau, Steve (Neoview)
It should only use gnome if it is specified in your config file (~/.subversion/config): password-stores = gnome-keyring -Steve From: Jeremy Wall [mailto:jw...@google.com] Sent: Tuesday, July 13, 2010 9:11 AM To: Varnau, Steve (Neoview) Cc: users@subversion.apache.org Subject: Re: Possible bug i

Re: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
The strangeness is it's insistence on using the Gnome Keyring despite me not using Gnome. Is this the expected default behaviour? On Tue, Jul 13, 2010 at 11:08 AM, Varnau, Steve (Neoview) < steve.var...@hp.com> wrote: > Jeremy, > > > > If svn is configured to use a Gnome keyring, then it is tryi

RE: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Varnau, Steve (Neoview)
Jeremy, If svn is configured to use a Gnome keyring, then it is trying to store the password you are giving on the command line in the keyring. Hence it is prompting for the gnome-keyring password. If you also specify –no-auth-cache, then you might not get a prompt. -Steve From: Jeremy Wall

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Blair Zajac
On 07/13/2010 05:15 AM, Stefan Sperling wrote: On Mon, Jul 12, 2010 at 05:57:24PM -0400, Nico Kadel-Garcia wrote: I don't know why the syntax was reversed: it really looks like an entirely unnecessary parsing complication. The new syntax looks more like 'svn checkout', so it's more natural to

Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
Hi, I noticed after updating svn to version 1.6.6 that svn now has gnome-keyring support. However It seems to ignore the --username --password flags if that support is enabled. I don't use the gnome-keyring or even gnome but subversion refused to let me commit until I turned off password-stores i

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Tue, Jul 13, 2010 at 10:12:59AM -0500, Les Mikesell wrote: > I meant it as a more general question, not just in the context of > externals. Is there some reason not to use the p...@rev style for > every command or document that as the preferred method? There's no reason not to always use p...@

Cannot use javahl nor command line svn client

2010-07-13 Thread James Mindrup
We've been successfully using ant scripts in conjunction with subversion to check out/compile code from the subversion repository in a windows xp environment. we recently got new machines with windows 7 operating system and now when i try to run the ant build script I get the following error:

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Les Mikesell
On 7/13/2010 8:35 AM, Stefan Sperling wrote: When the code has beem moved around. There's a description at http://svnbook.red-bean.com/en/1.1/ch07s03.html which helps explain it. Mind you, I think if you're doing this kind of drilling back you're begging or pain. Yes I understand the situati

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Les Mikesell
On 7/13/2010 8:57 AM, Geoff Worboys wrote: Les Mikesell wrote: There are workarounds but you can't just expect things to work in general and pretend it is normal. And some of those workarounds may involve silently changing to the preferred local line endings - and if anything but subversion its

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Geoff Worboys
Les Mikesell wrote: > There are workarounds but you can't just expect things to > work in general and pretend it is normal. And some of > those workarounds may involve silently changing to the > preferred local line endings - and if anything but subversion > itself does that it becomes a change in

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Tue, Jul 13, 2010 at 07:28:36AM -0500, Les Mikesell wrote: > Nico Kadel-Garcia wrote: > >On Mon, Jul 12, 2010 at 6:56 PM, Les Mikesell wrote: > >>On 7/12/2010 4:57 PM, Nico Kadel-Garcia wrote: > >>>I understand that, and can understand that the peg revisions demanded > >>>a new syntax. > >>I re

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Les Mikesell
Geoff Worboys wrote: (Forcing users to deal with the reply-to stuff on this list is something of a pain don't you think. As if I need the list copy and a CC copy. Never mind...) Les Mikesell wrote: Errr... Shared directories are the bad idea here. Svn is perfectly capable of managing a copy

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Geoff Worboys
(Forcing users to deal with the reply-to stuff on this list is something of a pain don't you think. As if I need the list copy and a CC copy. Never mind...) Les Mikesell wrote: > Errr... Shared directories are the bad idea here. Svn is > perfectly capable of managing a copy for everyone and te

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Les Mikesell
Nico Kadel-Garcia wrote: I've got some colleagues with a rather large Subversion repository whose trunk includes over 10,000 files and over 500 Meg of actual content for various reasons. What we're finding is that checking it out it on a Windows client to a local hard drive takes perhaps 3 minute

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Les Mikesell
Nico Kadel-Garcia wrote: On Tue, Jul 13, 2010 at 3:46 AM, Giulio Troccoli wrote: Hello, Without the "svn:eol-style" property any file content is considered as binary. At that point, checkouted files on Windows and Linux have "CR-LF" eol. ASAIK this is not true. Subversion has a clever way to

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Les Mikesell
Nico Kadel-Garcia wrote: On Mon, Jul 12, 2010 at 6:56 PM, Les Mikesell wrote: On 7/12/2010 4:57 PM, Nico Kadel-Garcia wrote: I understand that, and can understand that the peg revisions demanded a new syntax. I realize that this is barely related to the topic, but is there any common scenario

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Mon, Jul 12, 2010 at 05:57:24PM -0400, Nico Kadel-Garcia wrote: > I don't know why the syntax was reversed: it really looks like an > entirely unnecessary parsing complication. The new syntax looks more like 'svn checkout', so it's more natural to use when you're already used to svn checkout.

Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread Nico Kadel-Garcia
I've got some colleagues with a rather large Subversion repository whose trunk includes over 10,000 files and over 500 Meg of actual content for various reasons. What we're finding is that checking it out it on a Windows client to a local hard drive takes perhaps 3 minutes. Downloading it to a moun

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Nico Kadel-Garcia
On Mon, Jul 12, 2010 at 6:56 PM, Les Mikesell wrote: > On 7/12/2010 4:57 PM, Nico Kadel-Garcia wrote: >> >> > >> I understand that, and can understand that the peg revisions demanded >> a new syntax. > > I realize that this is barely related to the topic, but is there any common > scenario where y

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Nico Kadel-Garcia
On Tue, Jul 13, 2010 at 3:46 AM, Giulio Troccoli wrote: >>  Hello, >> >> Without the "svn:eol-style" property any file content is >> considered as binary. >> At that point, checkouted files on Windows and Linux have "CR-LF" eol. > > ASAIK this is not true. Subversion has a clever way to tell wheth

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Ulrich Eckhardt
On Tuesday 13 July 2010, Giulio Troccoli wrote: > > Hello, > > > > Without the "svn:eol-style" property any file content is > > considered as binary. > > At that point, checkouted files on Windows and Linux have "CR-LF" eol. > > ASAIK this is not true. Subversion has a clever way to tell whether a

RE: fixing files committed with wrong eol-style

2010-07-13 Thread Giulio Troccoli
> Hello, > > Without the "svn:eol-style" property any file content is > considered as binary. > At that point, checkouted files on Windows and Linux have "CR-LF" eol. ASAIK this is not true. Subversion has a clever way to tell whether a file is text or binary by looking at the file itself. I bel

Re: Supported platforms

2010-07-13 Thread Yves Martin
Hello, No idea but it sounds complex... for un-expressed needs. What are your real needs ? If you want your own SVN repository in your pocket, I think it is simpler to: - use svn win32 release as "zip" (it is portable) - use protocol "file://" to access your repository on key Best regards Yves

Re: fixing files committed with wrong eol-style

2010-07-13 Thread Yves Martin
Hello, Without the "svn:eol-style" property any file content is considered as binary. At that point, checkouted files on Windows and Linux have "CR-LF" eol. If you want to run your script on Linux, you should run a "dos2unix" (or equivalent) and add the property "svn:eol-style" on your files be