Re: More questions

2011-06-14 Thread Stefan Hett
Hi, More noob questions about svn... 1. Is using externals a good idea? I've been told that it's generally a bad idea, and it feels to me like a bad idea, since it obfuscates what's going on in the repo. Is it often done for professional projects? It depends on the use-case. There are situ

Re: inconsistency between mergeinfo records

2015-02-24 Thread Stefan Hett
rd wrong mergeinfo? Bert Sent from Windows Mail *From:* Stefan Hett <mailto:ste...@egosoft.com> *Sent:* ‎Monday‎, ‎February‎ ‎23‎, ‎2015 ‎8‎:‎30‎ ‎AM *To:* 'subversion' <mailto:users@subversion.apache.org> Another user (Sergey Azarkevich) actually pointed me to an interesting f

Re: PVCS to SUBVERSION

2015-03-03 Thread Stefan Hett
http://lmgtfy.com/?q=pvcs+to+svn+migration Hi, We want to migrate Pvcs to Subversion. Could you please provide the steps, how to migrate the pvcs to svn. It would be great full for us. Regards Suresh. ::DISCLAIMER::

Re: error

2015-03-10 Thread Stefan Hett
Hi, you are on the subversion mailing list here, but the error you are getting suggests you are running TortoiseSVN. Maybe better report the issue there first. Furthermore, the latest TortoiseSVN version atm is 1.8.11. You might wanna try updating first to see whether the issue was resolved me

consolidating mergeinfos

2015-03-13 Thread Stefan Hett
Hi, I've been checking on if it's somehow reasonable for us to consolidate mergeinfos which have been built-up over the past 3-4 years in our repository. After checking on several papers/scripts/posts on the net, I've found this script which seemed to be a promising candidate at first: https:

Re: Getting Subversion Exception while SVN Upgrade working copy

2015-03-26 Thread Stefan Hett
Hi, maybe better to start this of on the TortoiseSVN mailing list (since that's the client you seem to be using). Regards, Stefan --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on

Re: SVN 1.8.5 - Problems setting LC_CTYPE

2015-04-14 Thread Stefan Hett
Hi, 1.8.5 is really old. Maybe you wanna give the latest one a try (1.8.13) to see whether the issue is resolved with that already (I don't suggest it does, but maybe worth a try)? Regards, Stefan Hi folks, Recently started coming across problems when running svn commands on Linux RHEL 6+,

building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett
Hi, I just tried to build https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-normalizer on Windows following the INSTALL file documentation up to the point where the make file is being generated. Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib --with-apr=..

Re: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett
The branch is based on the latest trunk. The only difference in gen_win.py is in line 70, where on trunk there's the call to generator.write_config_keys() which is missing on the branch-version. I didn't try adding this call tough, since I found it kinda unlikely that this is the cause of the pr

Re: Subversion exception : diff_editor.c internal malfunction

2015-04-27 Thread Stefan Hett
Maybe not applicable, but if you don't get a more specific reply from s/o else I'd first try to update your TortoiseSVN version. 1.8.7 is quite old. 1.8.11 is the latest build available (in between 1.8.7 and 1.8.11 there are quire a few fixes so maybe one applies to ur issue as well). To whom

Re: SVN error 403 accedd denied while deleting files

2015-06-11 Thread Stefan Hett
Hi, if u were to send a screenshot in some image format instead of attaching a docx format, people might be more likely to read it. Me for instance won't open a docx-file from any untrusted source on the web. From the problem description I'd start looking into checking out the permissions re

Re: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Stefan Hett
er = self._file.readlines(self._bufsize) File "E:\Python34\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2116: character maps to R

Re: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Stefan Hett
Hi Johan, thanks for the hint. That indeed seemed to have been the problem. Passes through the python script now when using Python 2.7.10. Regards, Stefan On Mon, Jun 22, 2015 at 12:45 PM, Stefan Hett wrote: Sorry for the late response. Had to shift priorities the last month here, before I

is this mergeinfo redundant?

2015-06-24 Thread Stefan Hett
Hi, I'm currently consolidating the mergeinfo records on our main development branch and am looking at some weird record here... Reduced the case to the following example - Repository root/ Project1 trunk src SDKs libxml2 bra

Re: svn:mergeinfo is acting strange

2015-06-25 Thread Stefan Hett
Hi Chris, Hi, we've been using SVN for a large in-house project for a number of years and the longer time goes by, the more strange the svn:mergeinfo properties behave. I don't know if the "issues" are completely expected, if our repository somehow has ended up in a state that is unwanted or

Re: Subversion encountered a serious problem.

2015-07-10 Thread Stefan Hett
Hi Mark, can't help you too much atm other than suggesting u update ur TortoiseSVN-version to the latest (which is 1.8.11). 1.8.7 is already several monthes old and based on SVN 1.8.9 (while the latest being 1.8.13). Looking at the changelog in SVN 1.8.13 brings up a few candidates which might

[PATCH] APR install/configuration issue error handling (was: building SVN trunk on Windows fails on python gen-make.py)

2015-07-20 Thread Stefan Hett
-Original Message- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: woensdag 22 april 2015 15:59 To: 'subversion' Subject: building SVN trunk on Windows fails on python gen-make.py Hi, I just tried to build https://svn.apache.org/repos/asf/subversion/branches/svn

Re: Crashes whilst importing from a repository dump

2015-07-22 Thread Stefan Hett
Looks like the dumps are from a VisualSVN Server compiled version. Did you try contacting their support? Without the PDBs from their compiled version it's a bit difficult for other users like me to check the crash out... Kind Regards, Simon Rowe Senior Manager Engineering Siemens plc Health

Re: is this mergeinfo redundant?

2015-08-25 Thread Stefan Hett
from stefan2 on this and yes, the mergeinfo is actually redundant. -- Regards, Stefan Hett

preventing recording misaligned mergeinfos

2015-08-28 Thread Stefan Hett
et to misaligned mergeinfos, it's certainly not exactly what I want/need. Does anybody have an idea for a better/more precise solution/approach? -- Regards, Stefan Hett, Developer/Administrator EGOSOFT GmbH, Heidestrasse 4, 52146 Würselen, Germany Tel: +49 2405 4239970, www.egosoft.com Geschäftsfüh

Re: preventing recording misaligned mergeinfos

2015-08-28 Thread Stefan Hett
.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.stayinsync.subtree -Original Message----- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: Friday, August 28, 2015 9:19 AM To: 'subversion' Subject: preventing recording misaligned mergeinfos Hi, I'm currently ch

Re: win32svn for 1.9.1?

2015-09-08 Thread Stefan Hett
ssue you are talking about, or is it? -- Regards, Stefan Hett

Re: 1.9 - Can't resolve to 'mine full' option for binary file conflict

2015-09-14 Thread Stefan Hett
a binary conflict selecting "Use Repository version" during the merge dialog. I'm sure u are already ware, but just in case: My workaround was to let the file in conflict and afterwards resolve the conflict by reverting the file (so it was in the repository's state which I intended). -- Regards, Stefan Hett

Re: svnsync: Authorization failed

2015-09-14 Thread Stefan Hett
ore rebooting the system, but after reboot it, we got this error. I start the service with this command: svnserve -d -r /svn_files/svn/ Thanks, Hubert Li ARRIS -- Regards, Stefan Hett

Re: Subversion API

2015-09-23 Thread Stefan Hett
t urself I guess. The Win32SVN distribution contains all its prebuilt libraries in the lib folder. libsvn libraries are split in different separate libraries there. You might have to link against all of these or a subset, depending on what u are actually compiling. -- Regards, Stefan Hett

Re: SVN crash on commit

2015-09-29 Thread Stefan Hett
has been resolved already, given u are using a version which is over 2 years old. -- Regards, Stefan Hett

Re: Error:This application has halted due to an unexpected error.

2015-12-04 Thread Stefan Hett
red please request a hard copy version. KBC Bank Ireland plc is regulated by the Central Bank of Ireland. KBC Bank Ireland plc is a company registered in the Republic of Ireland, Company Number 40537. Registered Office: Sandwith Street, Dublin 2, Ireland -- Regards, Stefan Hett

Re: Searching for compatible binary

2015-12-04 Thread Stefan Hett
ts. I take it you checked out the list of Windows packages here already? https://subversion.apache.org/packages.html -- Regards, Stefan Hett

Re: Searching for compatible binary

2015-12-04 Thread Stefan Hett
On 12/4/2015 4:42 PM, Stefan Hett wrote: On 12/4/2015 10:55 AM, Johan Wallström wrote: Hello, I'm searching for a binary release that can meet the following requirements: * Windows 64bit * Supports file system format 7 (svn 1.9) * Includes module-files for Apache 2.4 (latest wamp) I

Re: Searching for compatible binary

2015-12-04 Thread Stefan Hett
On 12/4/2015 6:02 PM, Ivan Zhakov wrote: On 4 December 2015 at 18:53, Stefan Hett wrote: On 12/4/2015 4:42 PM, Stefan Hett wrote: On 12/4/2015 10:55 AM, Johan Wallström wrote: Hello, I'm searching for a binary release that can meet the following requirements: * Windows 64bit * Supports

Re: Searching for compatible binary

2015-12-04 Thread Stefan Hett
On 12/4/2015 6:02 PM, Ivan Zhakov wrote: On 4 December 2015 at 18:53, Stefan Hett wrote: On 12/4/2015 4:42 PM, Stefan Hett wrote: On 12/4/2015 10:55 AM, Johan Wallström wrote: Hello, I'm searching for a binary release that can meet the following requirements: * Windows 64bit * Supports

Re: TSVN Error message

2015-12-16 Thread Stefan Hett
- OK --- Just a quick blindshot. TSVN 1.9.3 was released last night. So you might wanna give that one a try. -- Regards, Stefan Hett

Re: Commit not working with multiple .svn directories in single working copy

2015-12-28 Thread Stefan Hett
parate checkouts and separate working copies for yourself and all your students. -- Regards, Stefan Hett

Re: what's the cause of error 120108 and checksum mismatch

2016-01-04 Thread Stefan Hett
r there was some other underlying issue, I can't tell of cause. -- Regards, Stefan Hett

Re: Compiling ZLIB for svn 1.9.3 on Windows 7 using MSVC 2008

2016-01-04 Thread Stefan Hett
(but rather 2010 and 2015), but I would not expect that having an impact on the reported linker error you got. Might it be that you compiled another lib which pulled in zlib without defining ZLIB_WINAPI? Then that would explain the linker error you are reporting. -- Regards, Stefan Hett

Re: This application has halted due to an unexpected error.

2016-01-07 Thread Stefan Hett
Hi, you might be better off contacting CollabNet on this. According to your attached log you are using their distributed client. Also you might wanna try updating ur CollabNet client to 1.9.3 (assuming there is already an update available from them). -- Regards, Stefan Hett

Re: This application has halted due to an unexpected error.

2016-01-07 Thread Stefan Hett
en it is not likely to go anywhere. Mark On Thu, Jan 7, 2016 at 8:46 AM, Stefan Hett <mailto:ste...@egosoft.com>> wrote: The thought was that a) I'm not familiar with the build process or any potential customizations which might have been applied to the CollabNet builds

Re: Bug Report: Subversion 1.7 segfaults when using gnome-keyring authentication (Linux x64)

2016-01-20 Thread Stefan Hett
Otherwise the OP stated that he didn't get crashes when using SVN 1.8 and that's what I suggest you'd try as well, if possible. -- Regards, Stefan Hett

Re: Bug Report: Subversion 1.7 segfaults when using gnome-keyring authentication (Linux x64)

2016-01-22 Thread Stefan Hett
your account. Looking quickly on google, it suggests a couple of trouble shooting steps in different links. Did you have a look at these? -- Regards, Stefan Hett

Re: Subversion crash report

2016-01-25 Thread Stefan Hett
r Programmer/Analyst, OIT OCFS/DLRS State of Maine, Office of Information Technology james.pat...@maine.gov <mailto:james.pat...@maine.gov> 207-557-0349 (Desk/Cell) -- Regards, Stefan Hett

Re: Subversion crash report

2016-01-25 Thread Stefan Hett
Hi James, Stefan, Windows client, using a Powershell script running the svn command line. I am running 64-bit Windows 7, running it in Powershell 4. I use the 32-bit build because only developers have 64-bit windows. James *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* Monday

Re: Subversion crash report

2016-01-25 Thread Stefan Hett
Sorry. I’m using the distribution from Collabnet. *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* Monday, January 25, 2016 7:30 AM *To:* Patten, James *Cc:* 'subversion' *Subject:* Re: Subversion crash report Hi James, Stefan, Windows client, using a Powersh

Re: Subversion crash report

2016-01-25 Thread Stefan Hett
-- Regards, Stefan Hett

Re: rollback to previous revision

2016-02-22 Thread Stefan Hett
Hi, Hello, How to rollback of a file or folder to previous revision? svn merge -rHEAD:PREV TARGET Andreas Or svn up -r [file/folder] if by "rollback" you mean to get an older revision of a file/folder instead of reverting changes done to the file. -- Regards, Stefan Hett,

Re: rollback to previous revision

2016-02-22 Thread Stefan Hett
Hi, Maybe I didn't describe it clearly. I mean to rollback on the repository instead of the working copy. If a user checked in a "wrong" file, system administrator/project manager needs to rollback the file to the previous revision on the repository. Then go with Andreas' suggestion and do a c

Re: svn: E175002: Unexpected HTTP status 418 ' Not Found'

2016-03-30 Thread Stefan Hett
out your environment it's hard to tell. -- Regards, Stefan Hett

Re: SVN Checkout failed

2016-03-30 Thread Stefan Hett
here, your log states you were using SilkSVN 1.8.9. Since that version is quite old, I suggest you upgrade to the latest 1.8 version (SilkSVN 1.8.15) and test whether that resolved the crash you have. -- Regards, Stefan Hett

Re: Can I combine 'complete' and 'cherry-pick' merges?

2016-03-31 Thread Stefan Hett
gularly here (though in our case the other way around --- aka: cherry picking selective changes first and in the end do a complete merge of the rest). -- Regards, Stefan Hett

Re: wc_db.c line 10235: assertion failed

2016-03-31 Thread Stefan Hett
n and directory structure can actually reference the same sub-directory. My Tortoise svn is TortoiseSVN 1.9.3, Build 27166 - 64 Bit -dev, 2016/02/08 07:58:04 on Windows 7. Can you reproduce the issue using the svn command line tools? Otherwise maybe you would better be off on the TSVN users mailing list. -- Regards, Stefan Hett

Re: SVN v(+) database versioning question

2016-03-31 Thread Stefan Hett
to ensure consecutive numbering of your SQL-script files as well as preventing any modifications to committed files. -- Regards, Stefan Hett

Re: Installation of svn 1.9.3 on windows 2008

2016-03-31 Thread Stefan Hett
, Stefan Hett

Re: svndumpfilter exclude folder with deleted folders

2016-04-15 Thread Stefan Hett
xpect that the parent folder (copytrunk) would not be there anymore? Or do you have a typo here? Conclusion: if you have a deleted subfolder it is not possible to exclude the folder? Maybe you could attach a repro script presenting the exact commands you perform to illustrate your question/issue? -- Regards, Stefan Hett

Re: Apache 2.4/SVN 1.8.15 - cannot see top level directories

2016-04-26 Thread Stefan Hett
changelog for 1.8: 1.8.14: [...] - Server-side bugfixes: * mod_authz_svn: do not leak information in mixed anonymous/authenticated httpd (dav) configurations (CVE-2015-3184) * do not leak paths that were hidden by path-based authz (CVE-2015-3187) [...] I take it these are the one

Re: SVN Commit & Update Issue

2016-04-27 Thread Stefan Hett
about your environment. With this limited information nobody can give you any reasonable support I fear. -- Regards, Stefan Hett

Re: Blank lines

2016-05-04 Thread Stefan Hett
ns/19307464/svn-list-of-changed-files-ignoring-whitespaces That contains a script which uses svn status and svn diff -- it does things slightly different from what your needs would require, but it should still be a useful starting point. -- Regards, Stefan Hett

Re: svnsync error : Error while replaying commit

2016-05-06 Thread Stefan Hett
dows sever 2008 R2,备份服务器是Windows sever 2008 R2 SVN服务版本为Setup-Subversion-1.7.4 -- View this message in context: http://subversion.1072662.n5.nabble.com/svnsync-error-Error-while-replaying-commit-tp156531p196592.html Sent from the Subversion Users mailing list archive at Nabble.com. -- Regards, Stefan Hett

Re: Migrate svn, version 1.6.11 (r934486) to svn verion 1.9.3

2016-05-06 Thread Stefan Hett
anyone have any insight and experience they'd like to share? Many Thanks. -- Regards, Stefan Hett

Problem with locking multiple files.

2016-05-06 Thread Stefan Hett
ge.do?dsForumId=4061&dsMessageId=3171337 [2] https://issues.apache.org/jira/browse/SVN-4557 -- Regards, Stefan Hett

Re: Subversion checkout behavior at non-existent revision

2016-05-09 Thread Stefan Hett
2) Why does the svn co command create a subdirectory 'a' instead of taking the specified URL as the path to checkout entirely? -- Regards, Stefan Hett @echo off rem ## rem ##

Re: Problem with locking multiple files.

2016-05-09 Thread Stefan Hett
On 5/9/2016 10:09 AM, Ivan Zhakov wrote: On 6 May 2016 at 14:37, Stefan Hett wrote: Hi, this is in reference to a user reported problem on the TSVN mailing list [1] The user is having an issue with using TSVN 1.9.4 over a Java-SSL-Tunnel when trying to lock hundreds or thousands of files

Re: Problem with locking multiple files.

2016-05-09 Thread Stefan Hett
On 5/9/2016 10:55 AM, Stefan Hett wrote: On 5/9/2016 10:09 AM, Ivan Zhakov wrote: On 6 May 2016 at 14:37, Stefan Hett wrote: Hi, this is in reference to a user reported problem on the TSVN mailing list [1] The user is having an issue with using TSVN 1.9.4 over a Java-SSL-Tunnel when trying

Re: Problem with locking multiple files.

2016-05-10 Thread Stefan Hett
On 5/9/2016 12:31 PM, Ivan Zhakov wrote: [please use plain-text formatting as documented in Community Guide [1]] https://subversion.apache.org/docs/community-guide/mailing-lists.html#encodings On 9 May 2016 at 12:05, Stefan Hett wrote: On 5/9/2016 10:55 AM, Stefan Hett wrote: On 5/9/2016 10

Re: tag individual files vs whole repo?

2016-05-10 Thread Stefan Hett
s deviate so much from one another that any kind of attempt to merge the different states would be unfeasible. -- Regards, Stefan Hett

Re: Improve svn warning/error message to faciliate troubleshooting

2016-05-11 Thread Stefan Hett
rnal is shadowed (r1655712, r1655738)" While I'm not sure whether that's helping in your case, I take it that chances are not that bad. .-) -- Regards, Stefan Hett

Re: view log problem with path authorization

2016-05-30 Thread Stefan Hett
Can't say much more unfortunately. :-/ -- Regards, Stefan Hett

Re: Creating and Verifying a Reliable backup

2016-06-01 Thread Stefan Hett
from the code integrity point of view, 1.8.16 would be the safer choice to go. If you are compiling your own server, be sure to keep the dependencies used also up to date. -- Regards, Stefan Hett

Re: E200004: Could not convert '<...>' into a number

2016-06-08 Thread Stefan Hett
s mailing list about it, but could not find a solution. Any help is much appreciated. Thanks. -- Vinicius Massuchetto -- Regards, Stefan Hett

Re: Upgrade SVN

2016-06-08 Thread Stefan Hett
ed (aka: run svn cleanup), upgrade the client to 1.9 and then upgrade the working directories (svn upgrade [2]). [1] https://subversion.apache.org/docs/release-notes/1.9.html [2] http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.upgrade.html -- Regards, Stefan Hett

Re: svn:mergeinfo updated for unchanged files/folders at merge of a feature branch to trunk - is this desirable?

2016-06-13 Thread Stefan Hett
0.de/typo3/index.php?id=97 (runs on Win Vista+ only - 64-bit) As Brane stated, be careful and double check the results before committing any changes. -- Regards, Stefan Hett

Re: Segmentation fault in "svn resolve"

2016-06-15 Thread Stefan Hett
d, you picked it up. :-) One problem with your version of this fix is that it creates a case where we run code before a variable declaration in the same block. We can't do that because we remain compatible with old compilers. Oh right. Completely overlooked that C89 violation in my patch.

Re: SVN upgrade

2016-06-15 Thread Stefan Hett
A instead II.B. I.e. run ./configure make make install -- Regards, Stefan Hett

Re: SVN upgrade

2016-06-15 Thread Stefan Hett
error message, right? If so, knowing your linux distribution would be useful. *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* 2016, June, 15 8:04 AM *To:* users@subversion.apache.org *Subject:* Re: SVN upgrade On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am try

Re: SVN upgrade

2016-06-16 Thread Stefan Hett
/pkgconfig /usr/bin/install: cannot change permissions of `/usr/local/share/pkgconfig': No such file or directory make: *** [install-fsmod-lib] Error 1 *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* 2016, June, 15 8:32 AM *To:* users@subversion.apache.org *Subject:* Re: SVN upgrade

Re: Which is the best tool /process to migrate VSS (with history) to Subversion

2016-06-20 Thread Stefan Hett
more mature product out there. vss2svn seems to be suggested quite often and there also seems to be an commercial importer available from Polarion. -- Regards, Stefan Hett

Re: Compiling svn + httpd for windows python 2.x

2016-06-22 Thread Stefan Hett
hat. [1] http://www.luke1410.de/typo3/index.php?id=97 -- Regards, Stefan Hett

Re: Compiling svn + httpd for windows python 2.x

2016-06-22 Thread Stefan Hett
On 6/22/2016 2:01 PM, Cooke, Mark wrote: -Original Message- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: 22 June 2016 12:38 Hi Mark, Folks, We use subversion with Trac behind httpd on Windows Server. As Trac is written in "old" Python (2.x), I have had to resort t

Re: Compiling svn + httpd for windows python 2.x

2016-06-22 Thread Stefan Hett
On 6/22/2016 5:30 PM, Cooke, Mark wrote: -Original Message- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: 22 June 2016 13:25 To: users@subversion.apache.org Subject: Re: Compiling svn + httpd for windows python 2.x On 6/22/2016 2:01 PM, Cooke, Mark wrote: -Original Message

Re: Commit Size Restriction

2016-07-13 Thread Stefan Hett
f the commit doesn't exceed your specified limits. -- Regards, Stefan Hett, Developer/Administrator EGOSOFT GmbH, Heidestrasse 4, 52146 Würselen, Germany Tel: +49 2405 4239970, www.egosoft.com Geschäftsführer: Bernd Lehahn, Handelsregister Aachen HRB 13473

Re: svnserve takes too much memory for "svn blame"

2016-07-27 Thread Stefan Hett
one (not sure whether your particular case has been fixed already, though). -- Regards, Stefan Hett

Re: svn merge --record-only and svn log -g

2016-07-27 Thread Stefan Hett
ools we use a specific flag in the commit log of revisions which are not meant to be merged into some other branch(es). The tools check for these flags in the log and simply skip these revisions. Maybe this approach might be usable for you as well? -- Regards, Stefan Hett

Re: svnserve takes too much memory for "svn blame"

2016-07-28 Thread Stefan Hett
On 7/28/2016 2:06 PM, Vincent Lefevre wrote: On 2016-07-27 11:12:47 +0200, Stefan Hett wrote: Hi Vincent, On 7/27/2016 2:36 AM, Vincent Lefevre wrote: When I do "svn blame" on some file (36972 lines), svnserve takes more than 800 MB on the server (and is killed due to lack of memor

Re: differences in dump/load/dump cycle

2016-08-02 Thread Stefan Hett
block with Node-path etc would be gone). See http://svn.haxx.se/dev/archive-2015-09/0269.shtml for the entire (long) discussion, which lead to the bugfix for 1.9.3. Ah right. Now i recall. Thanks for digging that up. So unless I observe any issues, I take it that the change I observed is just a benign one. -- Regards, Stefan Hett

Re: differences in dump/load/dump cycle

2016-08-03 Thread Stefan Hett
lieve in that export/import is anywhere better/easier/more-suitable (in the general case) than a dump/load-cycle. As said before: there might be very specific cases where this might be preferable over complete data migration step. But I can't imagine a single case where this would be prefe

Re: Can svndumpfilter exclude specific named nodes only ?

2016-08-03 Thread Stefan Hett
ild-nodes (aka: Root/branches/) using dumpfilter include in combination with svnadmin load --parent-dir [Dir] (aka: svnadmin load --parentdir [Dir] Would that solve your case? -- Regards, Stefan Hett

Re: Recover broken local repo by a virus

2016-08-05 Thread Stefan Hett
x27;s most likely showing the upgrade dialog now because it (incorreclty) believes (due to the encrypted files) that the working copy format is of an older format. -- Regards, Stefan Hett

Re: Issue report

2016-08-12 Thread Stefan Hett
grateful if you suggest me a right way to submit it. This is indeed the wrong list. Since this is a TSVN specific question, you should post the question on TSVN's user list. See: https://tortoisesvn.net/community.html -- Regards, Stefan Hett

Re: FW: svn password -gnome- keyring

2016-08-15 Thread Stefan Hett
get access to your repository again (normally, he'd reset your credentials so you can reset your key pair or get alternative means to authenticate yourself). -- Regards, Stefan Hett

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-16 Thread Stefan Hett
y in cases where you need to commit or reorder files. To clarify: This is purely a client side storage requirement. It does not apply to the storage requirements on the server side. -- Regards, Stefan Hett

Re: Permissions need for deletion

2016-08-25 Thread Stefan Hett
IRA issue record wrong in this regards? Also I take it that with Manuel's report here, the issue was not only present in 1.7 but also existed on 1.6. Otherwise I think I'm missing something. -- Regards, Stefan Hett

Re: Permissions need for deletion

2016-08-25 Thread Stefan Hett
On 8/25/2016 11:35 AM, Ivan Zhakov wrote: On 25 August 2016 at 12:30, Stefan Hett wrote: On 8/25/2016 11:13 AM, Ivan Zhakov wrote: On 25 August 2016 at 11:50, Vacelet, Manuel wrote: On Wed, Aug 24, 2016 at 5:46 PM, Vacelet, Manuel wrote: oops I hit shift+enter :/ see my message below On

Re: Permissions need for deletion

2016-08-25 Thread Stefan Hett
On 8/25/2016 11:52 AM, Stefan Hett wrote: On 8/25/2016 11:35 AM, Ivan Zhakov wrote: On 25 August 2016 at 12:30, Stefan Hett wrote: On 8/25/2016 11:13 AM, Ivan Zhakov wrote: On 25 August 2016 at 11:50, Vacelet, Manuel wrote: On Wed, Aug 24, 2016 at 5:46 PM, Vacelet, Manuel wrote: oops I

Re: How to remove a revision from the achieve

2016-08-28 Thread Stefan Hett
n how to do that: http://blog.christosoft.de/2012/02/subversion-svn-permanently-remove-files-from-repository-history/ -- Regards, Stefan Hett

Re: export control Subversion ECCN

2016-08-30 Thread Stefan Hett
ribution incorporates other dependencies which might impose some ECCN classification (most likely OpenSSL and/or Apache are likely dependencies and to my knowledge in an end product they result in an ECCN classification then for you). -- Regards, Stefan Hett, Developer/Administrator EGOSOFT G

Re: svn bug or issue?

2016-09-05 Thread Stefan Hett
accept the key permanently or just temporarily. If you accepted it only temporarily, can you test to see how it behaves if you select permanently (to determine whether it's some timeout issue). -- Regards, Stefan Hett

Re: svn propget -R prints unnecessary blank lines and complains when you specify --strict

2016-09-19 Thread Stefan Hett
e to a later version? I could also imagine an issue with Windows style line endings in the ignore-properties being stored and the output on Linux causing the additional newline. Not sure whether this is actually possible (and if, whether it's considered a bug). But then again your SVN version is quite outdated. Better try to reproduce the behavior with a more up-to-date client (at least 1.8.latest). -- Regards, Stefan Hett

Re: Subversion Exception Occurred When Network Connection Lost

2016-09-19 Thread Stefan Hett
ted to get fixed in the next version. Maybe wait until that version is out (no ETA yet) and re-report the problem, in case it still occurs? -- Regards, Stefan Hett

Re: Implementing the Lock->Edit->Unlock cycle

2016-09-28 Thread Stefan Hett
ed by an authorized user, via the pre-unlock-hook. -- Regards, Stefan Hett

Re: BMP File Branch Commit Issue (Suspected Defect)

2016-10-06 Thread Stefan Hett
help you out more directly. See: https://tortoisesvn.net/community.html Btw: I suggest you confirm the bug still exists with the latest TSVN version (which is 1.9.4) before reporting the issue there. -- Regards, Stefan Hett

Re: Svn branching issue

2016-11-07 Thread Stefan Hett
is possible If I follow you correctly, then this wouldn't be an issue. Aka: If you delete the old branch, requesting the log for the old path still exists in the corresponding revision. Just make sure to specify the operative-revision (aka: [old-path-url]@[revision]). -- Regards, Stefan Hett

Re: Svn branching issue

2016-11-08 Thread Stefan Hett
ile foo, then this will contain the history also before the file was renamed. [...] P.S. please don't top post -- Regards, Stefan Hett

  1   2   >