Re: Tags - Symbolic names instead of Directory copy?

2013-05-23 Thread Thorsten Schöning
Guten Tag Varnau, Steve (Seaquest RD), am Donnerstag, 23. Mai 2013 um 01:57 schrieben Sie: In my opinion, the same semantics work less well for tags. My biased mind-set is that a “tag” is a name identifying a specific version of code (a cross product of “branch” and “revision”). I don't see

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
I have download a binary package from win32svn[1], and confirmed your issue. I check the subversion.mo file: msgunfmt.exe subversion.mo -o subversion.po It looks OK. Then I replaced the intl3_svn.dll file with gettext 0.18.2, it give me another output: C:\var\tmpsvnadmin upgrade test

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
[bringing in dev@s.a.o] QXO qxodr...@gmail.com writes: os: windows encoding:GBK ( chcp 936 ) The svnadmin upgrade command output message first line encoding issue(UTF-8 show in GBK),But the second line is right encoding! 宸插彇寰楃増鏈簱閿佸畾銆?璇风◢鍊欙紱鍗囩骇鐗堟湰搴撳彲鑳介渶瑕佷竴娈垫椂闂?.. 完成升级。 if change

svn AD authentication

2013-05-23 Thread Stümpfig , Thomas
Hi everybody, we are using svn in our company and authenticate against Microsoft Active Directory. We are quite happy since years now. We are working worldwide and hence multi language. Some passwords may have german umlaut, $, and other characters. Users that have these characters in their

subversion-1.8.0-rc2: diff_test 60 fails

2013-05-23 Thread Tobias Bading
Hello everyone, I'm having a bit of trouble with subversion-1.8.0-rc2 on my Ubuntu Lucid (x86_64) machine. make check or ./diff_tests.py 60 (in directory subversion/tests/cmdline) fails with: --- W: = Expected '3449_spurious' and

Re: svn AD authentication

2013-05-23 Thread Pavel Lyalyakin
Hello Thomas, are using svn in our company and authenticate against Microsoft Active Directory. We are quite happy since years now. We are working worldwide and hence multi language. Some passwords may have german umlaut, $, and other characters. Users that have these characters in their

Re: subversion-1.8.0-rc2: diff_test 60 fails

2013-05-23 Thread Philip Martin
Tobias Bading tbad...@web.de writes: However, once I execute [...]/svn revert -R ., [...]/svn update, and [...]/svn update -r2 in the working copy, the merge works just fine afterwards. And that update -r2 is exactly what no_spurious_conflict in diff_tests.py does before the faulty merge, if

Commit fails on locked files

2013-05-23 Thread HOUDROGE Rami
Hi, I am experiencing a problem that has been reported a couple of times accross the web. 1. new file 2. add file 3. commit file 4. lock file 5. modify file 6. commit file and that last commit fails with the following error : Cannot verify lock on path '...'; no matching lock-token available.

Re: Commit fails on locked files

2013-05-23 Thread Johan Corveleyn
On Thu, May 23, 2013 at 3:01 PM, HOUDROGE Rami rami.houdr...@thalesgroup.com wrote: Hi, I am experiencing a problem that has been reported a couple of times accross the web. 1. new file 2. add file 3. commit file 4. lock file 5. modify file 6. commit file and that last commit fails

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 4:17 PM, Philip Martin philip.mar...@wandisco.com wrote: [bringing in dev@s.a.o] QXO qxodr...@gmail.com writes: os: windows encoding:GBK ( chcp 936 ) The svnadmin upgrade command output message first line encoding issue(UTF-8 show in GBK),But the second line is

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
Philip Martin philip.mar...@wandisco.com writes: So it appears the UTF8 to native conversion is missing from repos_notify_handler. I think repos_notify_handler should be using svn_stream_printf_from_utf8 rather than svn_stream_printf. I've fixed trunk to use svn_cmdline_cstring_from_utf8 and

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 9:11 PM, Philip Martin philip.mar...@wandisco.com wrote: Philip Martin philip.mar...@wandisco.com writes: So it appears the UTF8 to native conversion is missing from repos_notify_handler. I think repos_notify_handler should be using svn_stream_printf_from_utf8 rather

Re: Commit fails on locked files

2013-05-23 Thread HOUDROGE Rami
Johan, Thank you for your quick answer. I am using the following versions : TortoiseSVN 1.7.12, Build 24070 - 64 Bit Subversion 1.7.9 Concerning the second question, the problem persists after an update of the root of working copy (and parent dir). Cheers, Rami Le 23/05/2013 15:06, Johan

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:11 PM, Philip Martin philip.mar...@wandisco.com wrote: Philip Martin philip.mar...@wandisco.com writes: So it appears the UTF8 to native conversion is missing from repos_notify_handler. I think repos_notify_handler

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 9:28 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:11 PM, Philip Martin philip.mar...@wandisco.com wrote: Philip Martin philip.mar...@wandisco.com writes: So it appears the UTF8 to native

Re: Commit fails on locked files

2013-05-23 Thread Philip Martin
HOUDROGE Rami rami.houdr...@thalesgroup.com writes: I am experiencing a problem that has been reported a couple of times accross the web. 1. new file 2. add file 3. commit file 4. lock file 5. modify file 6. commit file and that last commit fails with the following error : Cannot

Re: Commit fails on locked files

2013-05-23 Thread HOUDROGE Rami
They're the same. Local file : Lock Token: opaquelocktoken:2a0cb251-8e5c-4b2e-9eb2-282abb2d67e6 Lock Owner: houdroge Lock Created: 2013-05-23 15:14:37 +0200 (jeu., 23 mai 2013) Remote file : Lock Token: opaquelocktoken:2a0cb251-8e5c-4b2e-9eb2-282abb2d67e6 Lock Owner: houdroge Lock Created:

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:28 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:11 PM, Philip Martin philip.mar...@wandisco.com wrote: Philip Martin

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Branko Čibej
On 23.05.2013 16:06, Philip Martin wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:28 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:11 PM, Philip Martin

Re: Commit fails on locked files

2013-05-23 Thread Johan Corveleyn
Le 23/05/2013 15:59, Philip Martin a écrit : HOUDROGE Rami rami.houdr...@thalesgroup.com writes: I am experiencing a problem that has been reported a couple of times accross the web. 1. new file 2. add file 3. commit file 4. lock file 5. modify file 6. commit file and that last

Anyone have solid SCM experience?

2013-05-23 Thread Samantha Tilney
I'm looking for a contractor with experience rolling out Git-- if interested, please feel free to contact me at samantha.til...@mondo.com Thanks! My direct client, an Electronic Inspection company has an immediate need for a SCM Contractor Duration: 3-6 months Location: Natick, MA Salary/Rate:

Re: Tags - Symbolic names instead of Directory copy?

2013-05-23 Thread BRM
From: Thorsten Schöning tschoen...@am-soft.de To: users@subversion.apache.org Sent: Thursday, May 23, 2013 2:49 AM Subject: Re: Tags - Symbolic names instead of Directory copy? G uten Tag Varnau, Steve (Seaquest RD), am Donnerstag, 23. Mai 2013 um 01:57 schrieben Sie: In my opinion, the

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 10:06 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:28 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:11 PM,

RE: Anyone have solid SCM experience?

2013-05-23 Thread Grierson, David
Did anyone else love the irony that this ad was looking for a Git admin and didn't mention Subversion in any way whatsoever. Dg. -- David Griersonhttp://amsdatapp244.bskyb.com:8080/display/~DGR02/ - SDLC Tools Specialist Sky Broadcasting - Customer Business

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Erik Huelsmann
sent from my phone On May 23, 2013 4:43 PM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Thu, May 23, 2013 at 10:06 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, May 23, 2013 at 9:28 PM, Philip Martin

Re: Anyone have solid SCM experience?

2013-05-23 Thread vishwajeet singh
On Thu, May 23, 2013 at 8:30 PM, Grierson, David david.grier...@bskyb.comwrote: Did anyone else love the irony that this ad was looking for a Git admin and didn't mention Subversion in any way whatsoever. Yes I did, but thought to ignore :-p ** ** Dg.

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:02 PM, Erik Huelsmann ehu...@gmail.com wrote: sent from my phone On May 23, 2013 4:43 PM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Thu, May 23, 2013 at 10:06 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
Dongsheng Song dongsheng.s...@gmail.com writes: Even ALL the translations are UTF-8, GETTEXT(3) still return the string encoded by the ***current locale's codeset***. Here is sniped from the GETTEXT(3) man pages: In both cases, the functions also use the LC_CTYPE locale facet in order

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Erik Huelsmann
I think the best solution is: DO NOTconvert the GETTEXT(3) returned messages, write it ***AS IS***, since GETTEXT(3) already do the correct conversion for us. Well, even though gettext may want us to believe otherwise, this doesn't work for cross platform applications: e.g. in

Re: Anyone have solid SCM experience?

2013-05-23 Thread Daniel Shahaf
Samantha Tilney wrote on Thu, May 23, 2013 at 11:12:09 -0400: I figured you Subversion fiends might have some experience with Git ;) So? This is a mailing list for Subversion user support. It has 800+ readers, most of whom are not looking for a 3-6 months contract for work on Git. That

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Erik Huelsmann
Found at least one of the related discussions: http://svn.haxx.se/dev/archive-2004-05/0078.shtml bye, Erik. On May 23, 2013 5:38 PM, Erik Huelsmann ehu...@gmail.com wrote: I think the best solution is: DO NOTconvert the GETTEXT(3) returned messages, write it ***AS IS***, since

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:38 PM, Erik Huelsmann ehu...@gmail.com wrote: That was not my point nor the point we discussed back then. As long as gettext tries to convert its translations to *any* encoding, it's flawed by design, because some systems have multiple active output encodings (e.g.

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:29 PM, Philip Martin philip.mar...@wandisco.com wrote: Dongsheng Song dongsheng.s...@gmail.com writes: Even ALL the translations are UTF-8, GETTEXT(3) still return the string encoded by the ***current locale's codeset***. Here is sniped from the GETTEXT(3) man

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Erik Huelsmann
One application has multiple active code page settings on Windows. Or course if your example was the only option, we would not be having this discussion. Bye, Erik. sent from my phone On May 23, 2013 6:44 PM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Thu, May 23, 2013 at 11:38 PM,

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Fri, May 24, 2013 at 12:52 AM, Erik Huelsmann ehu...@gmail.com wrote: One application has multiple active code page settings on Windows. Or course if your example was the only option, we would not be having this discussion. Very interesting. In my mind, application only can have 1 active

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Philip Martin
Dongsheng Song dongsheng.s...@gmail.com writes: We do call bind_textdomain_codeset if it is available so we should be getting UTF8 translations. For non-autotools system, e.g. Windows, user may not define HAVE_BIND_TEXTDOMAIN_CODESET. If you build the software with the wrong settings it

RE: Tags - Symbolic names instead of Directory copy?

2013-05-23 Thread Varnau, Steve (Seaquest RD)
From: BRM [mailto:bm_witn...@yahoo.com] From: Thorsten Schöning tschoen...@am-soft.de To: users@subversion.apache.org Sent: Thursday, May 23, 2013 2:49 AM Subject: Re: Tags - Symbolic names instead of Directory copy? G uten Tag Varnau, Steve (Seaquest RD), am Donnerstag, 23. Mai

Re: Tags - Symbolic names instead of Directory copy?

2013-05-23 Thread BRM
From: Varnau, Steve (Seaquest RD) steve.var...@hp.com To: BRM bm_witn...@yahoo.com; users@subversion.apache.org users@subversion.apache.org Cc: Thorsten Schöning tschoen...@am-soft.de Sent: Thursday, May 23, 2013 1:40 PM Subject: RE: Tags - Symbolic names instead of Directory copy?

RE: Tags - Symbolic names instead of Directory copy?

2013-05-23 Thread Varnau, Steve (Seaquest RD)
-Original Message- From: BRM [mailto:bm_witn...@yahoo.com] Sent: Thursday, May 23, 2013 10:59 To: Varnau, Steve (Seaquest RD); users@subversion.apache.org Subject: Re: Tags - Symbolic names instead of Directory copy? From: Varnau, Steve (Seaquest RD) steve.var...@hp.com To: