Re: Re-integration Q...

2010-09-14 Thread Arpad Ilia
> I am running into the error: > > svn: Cannot reintegrate from 'url://feature-branch' yet: > Some revisions have been merged under it that have not been merged > into the reintegration target; merge them first, then retry. > > I came across a collab.net blog site[1] that referenced this issue. S

Re: UNS: Re: svnmucc

2013-11-18 Thread Andreas Krey
On Mon, 18 Nov 2013 07:11:40 +, Nico Kadel-Garcia wrote: > Brother, unweaving the quotes is its own problem. You see, most > filesystems allow single quotes and double quotes in the filenames > themselves. Hilarity will ensue. Quoting is a solved problem, including quoting quotes. Using newli

Re: UNS: Re: svnmucc

2013-11-18 Thread Blair Zajac
On Nov 18, 2013, at 7:33 AM, Andreas Krey wrote: > On Mon, 18 Nov 2013 07:11:40 +, Nico Kadel-Garcia wrote: >> Brother, unweaving the quotes is its own problem. You see, most >> filesystems allow single quotes and double quotes in the filenames >> themselves. Hilarity will ensue. > > Quotin

Re: UNS: Re: svnmucc

2013-11-18 Thread Nico Kadel-Garcia
> Quoting is a solved problem, including quoting quotes. Bwa-ha-ha-ha!. Hee. Giggle, Snort. Oh, dear lord, that one deserved a "coffee and cats" warning. The handling of syntactically significant characters, such as quotes, slashes, single quotes, and spaces is a very common cross-platform proble

Re: Re: Subversion Exception!

2018-03-12 Thread Johan Corveleyn
On Fri, Mar 9, 2018 at 4:38 PM, wrote: > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c' > line 10235: assertion failed (svn_dirent_is_absolute(local_abspath)) On Mon, Mar 12, 2018 at 3:41 PM, wrote: > Sorry I've solved the problem with my IT departme

Re: Re: enhancement suggestion

2018-04-13 Thread Johan Corveleyn
[ Hi Christian, please keep the mailinglist in cc, i.e. use Reply All. Also, we prefer plain-text emails on this list, of possible. More below ...] On Wed, Apr 11, 2018 at 9:53 AM, Christian Klie wrote: >> What SVN version is the server? >> What SVN version is the client? > Both are version 1.9.7

Re: Re: Re: please help about SVN authentication

2010-09-02 Thread Johan Corveleyn
Please do not top-post on this list (i.e. put your reply below the thing you're replying to, not above it). Now on to the matter at hand... 2010/9/2 alinagra : > actually I use svnserve, no Apache/http access. > and I have several repositories under the svn directory. > It looks like this: > svn >

RE: RE: Re: NTFS permissions issue on Linux

2010-12-25 Thread Jaan Vajakas
> This solution obviously does not work if one wants only some users to > have only some users access the partition (i. e. make use of the gid > option). Sorry for my typo, what I wanted to say was "this solution does not work if one wants only some users to have access to the partition", i. e. co

Re: Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Johan Corveleyn
On Thu, Jan 20, 2011 at 10:41 AM, Jan Keirse wrote: >  David Aldrich schreef op 20/01/2011 10:24:28: > >> Hi Jan >> >> > I've changed my mind, there is something that may be better than >> > externals, although it requires a little trick. >> > You should be able to create a commit hook that check

Re: Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jan 20, 2011 at 13:40:49 +0100: > If someone decides to put a lot of effort in this for a custom > solution, you may want to consider another option: to take a good look > at issue http://subversion.tigris.org/issues/show_bug.cgi?id=2662 > (authz with wildcards), and t

RE: Re: [EXTERNAL] Re: Moved file resolution fails

2024-05-30 Thread Sands, Daniel N. via users
On 2024/02/15 17:42:59 "Sands, Daniel N. via users" wrote: > On Thu, 2024-02-15 at 08:55 -0500, Nico Kadel-Garcia wrote: > > [You don't often get email from nka...@gmail.com. Learn why this is > > important at https://aka.ms/LearnAboutSenderIdentification ] > > > > On Wed, Feb 14, 2024 at 4:59 PM

Re: Re: [EXTERNAL] Re: Moved file resolution fails

2024-05-30 Thread Nathan Hartman
On Thu, May 30, 2024 at 5:09 PM Sands, Daniel N. via users < users@subversion.apache.org> wrote: > > On 2024/02/15 17:42:59 "Sands, Daniel N. via users" wrote: > > On Thu, 2024-02-15 at 08:55 -0500, Nico Kadel-Garcia wrote: > > > [You don't often get email from nka...@gmail.com. Learn why this is

Re: Betr.: RE: Hook help

2011-02-21 Thread Chris . Lichter
02/21/2011 09:07 AM Subject:

Re: Betr.: RE: Hook help

2011-02-22 Thread ankush chadha
> > > I am trying to write a hook to prevent deletion of elements through a > pre-commit hook. > > > >>If you're not using the bindings you'd want svnlook, probably svnlook > diff. > > >>But, do you really want such a hook? If a user has permission to add > stuff they should be allowed to also

Re: Question re: Removing Externals

2013-04-24 Thread Thorsten Schöning
Guten Tag C M, am Mittwoch, 24. April 2013 um 23:47 schrieben Sie: > Any advice/gotchas are most appreciated. You shouldn't capture other's threads. ;-) Besides that, your three question seem to be all the same to me: If you delete svn:externals on the trunk, they aren't available anymore on the

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
Hello, Yes I was thinking of rsyncing the whole repository... That could work ok if rsync is able to detect that most files in the repo are identically, is that actually the case? Maybe I am wrong and the file for revision x on the target is different from the source, even if they have the s

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
Hello, To expand a bit on what mark said and to clarify: I remember getting problems because the sync target apache server rejected to big commits. So we added a few zeros to LimitRequestBody in the apache conf and it worked again. Or maybe your sync target just kills the connection after 10

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Mark Phippard
On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > Hi, Mark > > How can i enable svnsync logging to debug process? Please keep replies on list. It is best to keep the audience as wide as possible. I am not aware of any great ways to log from a client other than using Wireshark. Assuming yo

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Nico Kadel-Garcia
On Thu, Jun 17, 2021 at 9:22 AM Mark Phippard wrote: > > On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > > > Hi, Mark > > > > How can i enable svnsync logging to debug process? > > Please keep replies on list. It is best to keep the audience as wide > as possible. > > I am not aware of a

Re: RE: ModificationDate after commit

2010-01-13 Thread Andy Levy
On Wed, Jan 13, 2010 at 09:00, Claudius Sailer wrote: > > > Hello, > > we asked 2002 for an other version controlling identification, but the > company won't change the ModificationDate-Version-Identification. > > With CVS wir imported the files and the modification date is stored and > could be c

Re:

2010-06-21 Thread Andy Levy
On Mon, Jun 21, 2010 at 12:12, Myname Noname wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? > > 2:  Does SubVersion provide version control  for documentation? If yes, what > formats of document are

Re:

2010-06-21 Thread Disc Magnet
On Mon, Jun 21, 2010 at 9:42 PM, Myname Noname wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? Yes. shoo shoo shoo. > > 2:  Does SubVersion provide version control  for documentation? If yes, what

Re:

2010-06-21 Thread Ryan Schmidt
On Jun 21, 2010, at 11:12, Myname Noname wrote: > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? > > 2: Does SubVersion provide version control for documentation? If yes, what > formats of document are supported?

Re:

2010-07-23 Thread Andy Levy
2010/7/23 Александр Букреев : > I use Visual SVN Server 2.1.3. (included Subversion 1.6.12). > When you try to execute the command: > > svnadmin" hotcopy D:\Repositories\AllProjects\ e:\a\ > > I get an error message: > svnadmin: Can't open file 'D:\Repositories\AllProjects\db\fsfs.conf': Can not >

RE:

2010-07-25 Thread Keith Moore
-Original Message- From: Александр Букреев [mailto:bucr...@mail.ru] Sent: Friday, 23 July 2010 16:43 To: users@subversion.apache.org Subject: I use Visual SVN Server 2.1.3. (included Subversion 1.6.12). When you try to execute the command: svnadmin" hotcopy D:\Repositories\AllProjects\

Re:

2010-07-25 Thread Daniel Shahaf
Keith Moore wrote on Mon, Jul 26, 2010 at 09:59:02 +1000: > I found the simplest way to fix it is to create a new [temporary] repository > and copy the fsfs.conf file from it, this has the default config in it, to > your actual repository. Then delete the temporary repository. > +1 > I think af

Re:

2010-11-03 Thread Johan Corveleyn
2010/11/3 Cédric Louboutin > Why are the folder containing external files and the external files modified > when I merge some revision from trunk to branch ? Knowing that the trunk > revision does not include any modifications on these files. > > Regards. > > Server information : > OS : Windows

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:

2011-01-20 Thread Alexey Bakhirkin
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. You'll have to use apache or svnserve (see also http://subversion.tigris.o

Re:

2011-01-20 Thread Andy Levy
On Thu, Jan 20, 2011 at 06:03, 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-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 Alexey Bakhirkin
> Mind you, I highly discourage theh HTTP or HTTPS access to Subversion > due to the plain-text password storage issues for UNIX/Linux/CygWin > clients. IIRC 1.6 client can be configured to use gnome keyring or kde4 kwallet for Linux (http://subversion.apache.org/docs/release-notes/1.6.html#auth-

Re:

2011-01-25 Thread Stephen Connolly
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 --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a

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:

2011-04-13 Thread Thorsten Schöning
Guten Tag Peter@locotel, am Mittwoch, 13. April 2011 um 10:33 schrieben Sie: > The development in not done on my working copy. It is done by my > developers and > testing programs are uploaded to the web server preview directory so > they can be > tested in real scenarios and test users. If tests

Re:

2011-07-13 Thread Ryan Schmidt
On Jul 13, 2011, at 06:58, Ankur Bhatnagar wrote: > I have set up a svn server on my machine and im getting some error > regarding the authorization part in repositoriese.im attaching my http.conf > and authz file along ,kindly check is there any error in that. > > And in error log im ge

RE:

2011-07-13 Thread Bob Archer
BTW: I wasn't sure if I should approve your email to the list, seeing how it was confidential and all. From: Ankur Bhatnagar [mailto:ankur.bhatna...@symphonysv.com] Sent: Wednesday, July 13, 2011 7:59 AM To: users@subversion.apache.org Subject: Hi, I have set up a svn server on my machine and

Re:

2011-08-16 Thread Michael Diers
On 2011-08-15 23:02, Kathy Khaghani wrote: [...] > Thank you Michael, for your response. This server have been in > production for a long time and there is no plan to upgrade it. > However openssl is installed on it, OpenSSL 0.9.7f 22 Mar 2005> [...] Kathy, please check config.log in the neon bui

Re:

2011-09-06 Thread Andy Levy
On Mon, Sep 5, 2011 at 16:21, Indhu Natarajan wrote: > > I get this when I try to commit files. Please don't attach images or send HTML-formatted mail. In Windows, almost any pop-up box like this can be copied to the clipboard by hitting CTRL-C while it's active, then paste it into a *plain text*

Re:

2011-09-06 Thread Hyrum K Wright
On Mon, Sep 5, 2011 at 3:21 PM, Indhu Natarajan < inatara...@deltadentalid.com> wrote: > > > I get this when I try to commit files. > What kind of files? What state were the files in? Where they copied or externals or something else? We really are serious when we ask for "as much inform

RE:

2011-10-26 Thread Cooke, Mark
> -Original Message- > From: Gross, Joseph S [mailto:joseph.s.gr...@intel.com] > Sent: 26 October 2011 01:45 > To: users@subversion.apache.org > Subject: > > Hi, > > Encountered the following error. I had used a switch to move > a large folder of data from a time-indexed area to an arc

Re:..

2011-11-21 Thread stevecoh1
. http://sedi-com.fr/wintersun.php?sCID=84tx

Re:

2011-11-23 Thread stevecoh1
hello! http://centroorientamentodonbosco.it/cvsmc.html?jnshowtopic=a6va

Re:

2012-02-08 Thread Nico Kadel-Garcia
On Thu, Feb 9, 2012 at 1:59 AM, wrote: > Hello, > > we run a subversion-server with apache and access it through https. Now we > want to grant also external developers access to our repositories. > As subversion-client we use subclipse via JavaHL under Windows. The > https-Port on the server is

Re:

2012-02-08 Thread Ulrich Eckhardt
Am 09.02.2012 07:59, schrieb d.guthm...@gmx.net: we run a subversion-server with apache and access it through https. Now we want to grant also external developers access to our repositories. [...] The https-Port on the server is not reachable from any external network. I've now found the subvers

Re:

2012-02-09 Thread Thorsten Schöning
Guten Tag d.guthm...@gmx.net, am Donnerstag, 9. Februar 2012 um 07:59 schrieben Sie: > Hello, First of all, You should give a meaningful subject next time. > we run a subversion-server with apache and access it through https. > Now we want to grant also external developers access to our reposito

Re:

2012-04-23 Thread Giulio Troccoli
On 23/04/12 12:20, Piet Arickx wrote: Is there any way to get all log messages between date x and date y. We would like to get an overview of all log messages between to the two dates, is this possible ? Use the --revision option with date in {}, e.g. svn log --revision{2012-01-01}:{20

Re:

2012-04-23 Thread Giulio Troccoli
ulio.trocc...@mediatelgroup.co.uk] Sent: maandag 23 april 2012 13:24 To: Piet Arickx Cc: users@subversion.apache.org Subject: Re: On 23/04/12 12:20, Piet Arickx wrote: Is there any way to get all log messages between date x and date y. We would like to get an overview of all log messages between

RE:

2012-04-23 Thread Piet Arickx
users@subversion.apache.org Subject: Re: On 23/04/12 12:28, Piet Arickx wrote: > Ok, I will try this later, the svn environment itself isn't installed > yet, but thank you for your quick answer. > > We are actually testing and evaluating tortoise svn, do you know if > it's possible t

Re:

2012-04-26 Thread Andy Levy
On Thu, Apr 26, 2012 at 04:25, Glenn Hammond wrote: > with as much information as possible about what > > you were trying to do. Please be sure to do this. Simply copying & pasting an error message is not sufficient. > But please first search the mailing list archives for the error message > >

Re:

2012-08-08 Thread Ryan Schmidt
On Aug 8, 2012, at 14:20, Adam Jabir wrote: > I want to download using command lines the subversion package. Can you help ? http://subversion.apache.org/download/

Re:

2012-08-08 Thread Thorsten Schöning
Guten Tag Adam Jabir, am Mittwoch, 8. August 2012 um 21:20 schrieben Sie: > I want to download using command lines the subversion package. Can you help > ? man wget man curl Depending on your OS. http://subversion.apache.org/packages.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorst

Re:

2012-09-27 Thread vishwajeet singh
On Thu, Sep 27, 2012 at 3:32 PM, Santanu3 G wrote: > Hi, > We have installed the following Version of subversion into one of our > servers (Windows) > > "WANdisco Subversion 1.7.6 > Software Versions: > Apache Subversion 1.7.6 (including mod_dav_svn and mod_authz_svn) > Apache

Re:

2012-10-06 Thread Thorsten Schöning
Guten Tag Ajay Pawar, am Samstag, 6. Oktober 2012 um 08:21 schrieben Sie: > Svnadmin : E721450 : Can't read stream : insufficient system > resources exist to complete the requested service You should provide some details about the free HDD space in which the new repo to load your data into is p

Re:

2012-10-06 Thread Thorsten Schöning
Guten Tag Ajay Pawar, am Samstag, 6. Oktober 2012 um 15:54 schrieben Sie: > Don't know about the RAM consumption because this error occurs > after some 8000 revision has been loaded. Just look at the task manager while svnadmin processes your dump or use Sysinternals Process Explorer. Mit freun

Re:

2013-08-14 Thread Mat Booth
On 14 August 2013 10:24, Pablo Beltran wrote: > Hi!, > > Please, see the log below. The newer revision r333117 is older (1999) than > the its ancestor r333113 (2005). > > I guess that someone imported an older CVS repository in the 2005 year by > using the cvs2svn tool, hence the r333117 date com

Re:

2013-10-23 Thread Ivan Zhakov
On 23 October 2013 16:43, Neidecker, Stanley K wrote: > > > C:\bea\workspace-31-FX\MAD2>svn update > It seems you're using very old version (Subversion 1.6.20 (r1426281). Subversion 1.6.x series no longer supported: http://subversion.apache.org/docs/release-notes/1.8.html#svn-1.6-deprecation --

RE:

2014-07-20 Thread Geoff Field
Does this user actually post anything useful, or is it a spammer who should be removed from the list? From: Jacky wong [mailto:wjacky...@gmail.com] Sent: Monday, 21 July 2014 14:12 PM To: users@subversion.apache.org Subject:

Re:

2014-07-20 Thread Ashish Kaushik
Remove him please. I am just receiving blank mails. --- *Ashish Kaushik* | Team SourceFuse SourceFuse Technologies India (P) Ltd. http://www.sourcefuse.com --

Re:

2014-12-11 Thread Ryan Schmidt
On Dec 10, 2014, at 10:31 AM, Maharshi Mukherjee wrote: > Hello, > I'm trying to use SVN update in TortioseSVN in Win. 7 Ultimate x64 > > > It gives the

Re:

2015-04-22 Thread VolkerKopetzky
Hi Thomas, although I'm not located in Singapore, I'm in the same time zone and would be happy to help. Depending on your needs, I can assist you with the migration work, support hosting provider selection or even provide the hosting for you. My experience with subversion is based on my work w

Re:

2019-04-04 Thread Pavel Lyalyakin
Hello Julien, On Wed, Apr 3, 2019 at 1:04 PM Julien Cugnière wrote: > Hello all, > > I've been happily managing an svnserve server for a while now. > Recently, I've decided to try Collabnet's Subversion Edge, to see if > it would make administration easier, and because I'm interested in > trying

Re:

2019-04-04 Thread Julien Cugnière
Hi Pavel, Le jeu. 4 avr. 2019 à 15:12, Pavel Lyalyakin a écrit : > Do you mean Active Directory (AD) when you say LDAP? If the answer is "yes", > try VisualSVN Server[1]. Integration with AD works out of the box and the > server also supports Integrated Windows Authentication (AD SSO) via SPNEG

Re:

2021-06-23 Thread Nico Kadel-Garcia
On Tue, Jun 22, 2021 at 8:26 AM Yakov Erlich wrote: > > Hello, > We have used SVN repository for several years > Recently I got an error message "LZ4 decompression failed", importing a file > to SVN repository STEMS (please see link for the file.) > https://drive.google.com/file/d/1oII9tBD8UD_r

Re:

2021-06-28 Thread Pavel Lyalyakin
Hello Yakov, On Tue, Jun 22, 2021 at 3:26 PM Yakov Erlich wrote: > > Hello, > We have used SVN repository for several years > Recently I got an error message "LZ4 decompression failed", importing a file > to SVN repository STEMS (please see link for the file.) > https://drive.google.com/file/d

Re:

2010-03-25 Thread David Weintraub
Can you access the repository without IE 6 by doing a checkout and commit? If so, it's pretty much working according to specs. Yes, it's neat to be able to see your repository via IE and putting in the checkout URL, but that's not a must have feature. If you want to access your repository via IE,

RE:

2010-03-25 Thread Cooke, Mark
> I am installing Apache and Subversion on Windows 2008 R2 and am having > trouble making it to authenticate using Windows domain. > > When accessing the Subversion repository through IE 8, I am > prompted for credential (which is expected), and after I > entered the credential, I am getting the

RE: RE: svn fails to checkout

2010-06-25 Thread Diether De Coninck
uninstall / reinstall of tortoise svn and command line svn , but nothing helps. -Bob Archer wrote: - To: "ddeco...@sybase.com" , " users@subversion.apache.org" From: Bob Archer Date: 24/06/2010 17:16 Subject: RE: svn fails to checkout > Since some time I hav

RE: Betr.: RE: Questions about svn:externals

2011-01-19 Thread David Aldrich
Hi Jan > In the future hopefully an authz file with wildcards will solve the > problem: > http://subversion.tigris.org/issues/show_bug.cgi?id=2662 > > Right now I don't there's anything better than externals. Thanks, I think that this is what we need. However, I can't see this on the svn roadm

RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread David Aldrich
Hi Jan > I've changed my mind, there is something that may be better than > externals, although it requires a little trick. > You should be able to create a commit hook that checks if the authz file > reflects the restrictions you want on a specific folder > (*/thesecretfolder/*) for the branch >

RE: Re: Disable svn service temporarily

2023-04-03 Thread Felix Natter
hello Trent, many thanks for the solution. I already had a svnserve wrapper so this solution was easily applied. Best Regards, Felix On 2023/03/17 18:43:47 Trent Fisher wrote: > On 3/14/2023 8:52 AM, Felix Natter wrote: > > > > Dear subversion community, > > > > I have setup an ALMA Linux 8 (

Re: Question re: svn "Needs-Lock"

2013-04-22 Thread Andy Levy
On Mon, Apr 22, 2013 at 3:30 PM, Ahmed, Omair (GE Oil & Gas) < omair.ah...@ge.com> wrote: > Hello, > > Is "Needs-Lock" the correct (or expected) mechanism by which to make a > release tag immutable? Basically, I am looking for a way to "lock" a tag to > prevent accidental updates. > > No. svn:need

Re: Re: Problem compiling subversion 1.6.11

2010-04-27 Thread pierre42d
> You probably want a package named openssl-devel on Fedora (openssl-dev on > Debian)? I have openssl installed (from source). -- Pierre.

Re: Re: Problem compiling subversion 1.6.11

2010-04-27 Thread Erik Andersson
>From the INSTALL: "On Unix systems, if you are building neon as part of the Subversion build process (as described in section I.4 above), you can pass flags to Subversion's "./configure", and they will be passed on to neon's "./configure". You need OpenSSL installed on your system, and you must

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Johan Corveleyn
[ Please do not top-post on this list, i.e. put your reply inline or below the thing you're replying to. Also, if possible, use plain-text email. More below ... ] On Tue, Feb 22, 2011 at 8:27 AM, Thomas STEININGER wrote: > Daniel Shahaf > > Thomas STEININGER wrote on Tue, Feb 22, 2011 at 07:39:4

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Feb 22, 2011 at 09:43:25 +0100: > So, all that being said, what Daniel means is that you could apply > something like: > > svn propedit --revprop -r $REV --editor-cmd 'perl -pi -e > "s/\\xfc/\\xc3\\xbc/g"' > > to all revisions (REV) that need to be corrected (eit

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Feb 22, 2011 at 11:26:25 +0200: > Johan Corveleyn wrote on Tue, Feb 22, 2011 at 09:43:25 +0100: > > So, all that being said, what Daniel means is that you could apply > > something like: > > > > svn propedit --revprop -r $REV --editor-cmd 'perl -pi -e > > "s/\\xfc/\

RE: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Tony Sweeney
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 22 February 2011 09:34 > To: Johan Corveleyn > Cc: Thomas STEININGER; Stephen Connolly; users@subversion.apache.org > Subject: Re: Re: Antwort: Re: problem with mutated vowel in >

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Tony Sweeney wrote on Tue, Feb 22, 2011 at 11:52:09 -: > Which is why you should probably use iconv(1) or any of the APIs listed here: > > http://www.unicodetools.com/ > +1 to iconv. In reality, the editor-cmd.sh script will check whether the log message (which, again, will be argv[1]) is i

Re: Re: please help about SVN authentication

2010-09-01 Thread Erik Andersson
2010/9/1 alinagra > Here is the repo arch: > > /trunk > /folder a > /folder b > /folder c > /access > > /tag > > I think this is the most common case, and it seems if one doesn't have > access right, he can not create a tag for /trunk. > or is there something wrong

RE: Re: please help about SVN authentication

2010-09-01 Thread Bob Archer
> 2010/9/1 alinagra > Here is the repo arch: > > /trunk >     /folder a >     /folder b >     /folder c >     /access > > /tag > > I think this is the most common case, and it seems if one doesn't > have access right, he can not create a tag for /trunk. > or is there something w

RE: Re: NTFS permissions issue on Linux

2010-12-25 Thread Jaan Vajakas
> Just curios, why are you using --fs-type bdb? I just copied this line for the test script from a previous bug report. Actually for my real data I am using a repository over HTTPS (and I guess that server uses Linux with a native Linux file system), so the repository layout and protocol are not r

Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Jan Keirse
David Aldrich schreef op 20/01/2011 10:24:28: > Hi Jan > > > I've changed my mind, there is something that may be better than > > externals, although it requires a little trick. > > You should be able to create a commit hook that checks if the authz file > > reflects the restrictions you want

Re: [EXTERNAL] Re: Moved file resolution fails

2024-02-15 Thread Sands, Daniel N. via users
On Thu, 2024-02-15 at 08:55 -0500, Nico Kadel-Garcia wrote: > [You don't often get email from nka...@gmail.com. Learn why this is > important at https://aka.ms/LearnAboutSenderIdentification ] > > On Wed, Feb 14, 2024 at 4:59 PM Sands, Daniel N. via users > wrote: > > > So lesson learned: Alway

Re: [EXTERNAL] Re: Moved file resolution fails

2024-02-18 Thread Johan Corveleyn
On Thu, Feb 15, 2024 at 7:32 PM Sands, Daniel N. via users wrote: ... > On a further note, my real repo has 260 moves due to source tree > restructuring. There were 290 deletions. The current move detection > algorithm is an O(n^2) search to find all moves, where it ends up > querying the SVN se

Re: RE : ra_serf error 400 over http

2011-10-24 Thread Daniel Shahaf
nd as it work with ra_neon, I doubt so. But i mentioned it > because i thought it was relevant. > > Thanks, > > > Nicolas Dextraze > > > De : Andy Levy [andy.l...@gmail.com] > Date d'envoi : 21 octobre 2011 13:45 >

Re: UNS: Re: Externals: sqlite: constraint failed

2012-06-05 Thread Andreas Krey
On Tue, 05 Jun 2012 11:27:20 +, Stefan Sperling wrote: ... > > Ok, this was transient and didn't reappear. > > > > Irritating, though. Do I still trust the WC? > > Is the WC on a local drive or a network drive of some kind? Local. MacOS. I don't trust any network filesystem. Andreas -- "T

Re: UNS: RE: Externals: sqlite: constraint failed

2012-06-05 Thread 'Andreas Krey'
On Tue, 05 Jun 2012 17:05:16 +, Bert Huijben wrote: ... > > Can't rule that out. I did the final runs for that one in another WC, > > but I may have ^C'ed this one, too. I mostly reported this because > > of the 'externals, again' note in one of the reactions in the ^C thread, > > so for now ->

Re: RE: svnsync does not pass username

2012-07-03 Thread Karl Heinz Marbaise
Hi Neil, do you have special characters in the password things like "~%!" ? Might be a problem on Windows ? may be you need to escape some characters... Is the authentication done via LDAP or Active Directory ? Have you given the correct user names incl. the prefix for ldap or AD ? And it woul

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Bert Huijben
e) or in the user code. Bert Sent from Windows Mail From: Maximo, Andre (GE Global Research) Sent: ‎Thursday‎, ‎October‎ ‎24‎, ‎2013 ‎1‎:‎51‎ ‎PM To: users@subversion.apache.org Hi, the function “svn_client_url_from_path2” in “libsvn_client/url.c” re-uses the const char* arg

RE: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Maximo, Andre (GE Global Research)
f I passed a non-existent fullPath, the code crashes at the “svn_client_url_from_path2”. Best, Andre. From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Thursday, October 24, 2013 4:03 PM To: Maximo, Andre (GE Global Research); users@subversion.apache.org Subject: Re: malformed argume

RE: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Bert Huijben
@subversion.apache.org Subject: RE: malformed argument re-use in svn_client_url_from_path2 Hi Bert, thanks for your prompt reply. Here is the code: void CVCS::svnURLPath(CString& urlPath, const CString &fullPath) { apr_pool_t *local_pool = svn_pool_create(m_svn_pool); const c

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Ben Reser
On 10/24/13 11:44 AM, Maximo, Andre (GE Global Research) wrote: > void CVCS::svnURLPath(CString& urlPath, const CString &fullPath) > > { > > apr_pool_t *local_pool = svn_pool_create(m_svn_pool); > > const char *url = NULL; > > svn_error_t *err = svn_client_url_from_path2(&url, fullPath, m

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Branko Čibej
On 24.10.2013 20:44, Maximo, Andre (GE Global Research) wrote: > > Hi Bert, > > > > thanks for your prompt reply. Here is the code: > > > > void CVCS::svnURLPath(CString& urlPath, const CString &fullPath) > > { > > apr_pool_t *local_pool = svn_pool_create(m_svn_pool); > > const char *url

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Ben Reser
On 10/24/13 11:44 AM, Maximo, Andre (GE Global Research) wrote: > void CVCS::svnURLPath(CString& urlPath, const CString &fullPath) > > { > > apr_pool_t *local_pool = svn_pool_create(m_svn_pool); > > const char *url = NULL; > > svn_error_t *err = svn_client_url_from_path2(&url, fullPath, m

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-24 Thread Branko Čibej
On 24.10.2013 22:36, Ben Reser wrote: > On 10/24/13 11:44 AM, Maximo, Andre (GE Global Research) wrote: >> void CVCS::svnURLPath(CString& urlPath, const CString &fullPath) >> >> { >> >> apr_pool_t *local_pool = svn_pool_create(m_svn_pool); >> >> const char *url = NULL; >> >> svn_error_t *err

RE: malformed argument re-use in svn_client_url_from_path2

2013-10-25 Thread Maximo, Andre (GE Global Research)
problem? Best, Andre. -Original Message- From: Ben Reser [mailto:b...@reser.org] Sent: Thursday, October 24, 2013 6:36 PM To: Maximo, Andre (GE Global Research); Bert Huijben; users@subversion.apache.org Subject: Re: malformed argument re-use in svn_client_url_from_path2 On 10/24/13

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-25 Thread Branko Čibej
On 25.10.2013 14:31, Maximo, Andre (GE Global Research) wrote: > Thanks Bert again and Ben for joining. > > I am handling the error in the code (I just omitted for clarity), but the > execution I am describing never throws an error. I also have tested passing > the same pool and using the GetBu

Re: malformed argument re-use in svn_client_url_from_path2

2013-10-25 Thread Bert Huijben
I'm pretty sure you already handle this, but make sure that all paths you pass to Subversion APIs are in theSubversion canonical C:/WD form. All APIs except for a few conversion APIs in the svn_dirent_* namespace assume canonical paths for their arguments. (There are some legacy conversion AP

RE: malformed argument re-use in svn_client_url_from_path2

2013-10-29 Thread Maximo, Andre (GE Global Research)
, October 25, 2013 10:31 AM To: 'Ben Reser'; Bert Huijben; users@subversion.apache.org Subject: RE: malformed argument re-use in svn_client_url_from_path2 Thanks Bert again and Ben for joining. I am handling the error in the code (I just omitted for clarity), but the execution I am

  1   2   3   4   5   6   7   8   9   10   >