Re: Updatable svn export

2013-07-04 Thread Andreas Stieger
of changes. With kind regards, Andreas Stieger

Re: Subversion Major Issue

2013-07-30 Thread Andreas Stieger
Hello, On 30/07/13 15:37, Ron Craig wrote: Trying to upgrade my repositories and a large amount fail with an unexpected error. It created a dump that I have attached and said to send here. Process info: Cmd line: svnadmin upgrade c:\csvn\data\repositories\continued Working Dir:

Re: svn merge and svn ignore

2013-08-04 Thread Andreas Stieger
not work to ignore files form merging, which, by definition, works on files under version control only. Also, if you put a file explicitly under version control, the svn:ignore property no longer applies to it at all. With kind regards, Andreas Stieger

Re: How to svn ignore multiple directories and files properly ?

2013-08-04 Thread Andreas Stieger
be ignored throughout the project, which is not always the case. [1] http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html [2] http://subversion.apache.org/docs/release-notes/1.8#repos-dictated-config With kind regards, Andreas Stieger

Re: svnhook question

2014-03-14 Thread Andreas Stieger
with something like this: GNU/Linux: #!/bin/sh REPOS=$1 REV=$2 echo $REV /path/to/file.txt Windows: SET REPOS-PATH=%1 SET REV=%2 echo %REV% C:\Path\to\file.txt With kind regards, Andreas Stieger

Re: SVN Development Tracking Methodologies and Tools

2014-03-18 Thread Andreas Stieger
Hello, On 18 Mar 2014, at 00:19, Geoff Field geoff_fi...@aapl.com.au wrote: What tools and/or methods did you use for tracking the various tasks for developing SubVersion? Was it just a bunch of emails, or did you use an issue tracker (or similar) for tasks? This is explained at great

Re: Sequence of SVN commits cannot be replayed

2014-03-23 Thread Andreas Stieger
Hello, On 22/03/14 01:28, sebb wrote: svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 Then apply the following revisions in order: 4583 This alone (with https) results in obstructed items on GNU/Linux: $ svn up -r4583 Updating '.': UU binaries/HEADER.html UU

Re: Question on commit

2014-03-27 Thread Andreas Stieger
Hello, On 27/03/14 20:21, Havlovick, Ron wrote: When you commit a file, send an email to the author, or for that matter anyone, that the file has been committed back into the repository Read about post-commit hooks.

Re: how to upgrade sub version 1.4.2 server to 1.8.8 !!!

2014-04-01 Thread Andreas Stieger
Hello, On 1 Apr 2014, at 02:20, Mohsin Abbas mohsinchan...@gmail.com wrote: I am running subversion 1.4.2 server with apache 2.2.14 on Linux machine . Now I want to upgrade to subversion 1.8.8 with apache 2.2.25 Read all release notes for 1.5, 1.6, 1.7 and 1.8 on new features,

Re: Subversion upgrade

2014-04-01 Thread Andreas Stieger
Hello, On 1 Apr 2014, at 14:33, srihari.mylsw...@partner.bmw.de wrote: We are planning to upgrade SVN 1.8 from SVN1.7, please help me how to do the upgradation with basic steps. Read the 1.8 release notes and the upgrade considerations mentioned there. Andreas

Re: Bug

2014-04-02 Thread Andreas Stieger
Hello, On 2 Apr 2014, at 07:50, steffen.iver...@schneider-electric.com wrote: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.8.1\ext\subversion\subversion\libsvn_wc\wc_db.c' line 8455: assertion failed (svn_dirent_is_absolute(local_abspath)) --- OK

Re: Working copy blocking

2014-04-04 Thread Andreas Stieger
Hi, On 04/04/14 18:13, Bob Archer wrote: [TVSN + AnkhSVN on Win7] Error: sqlite[S5]: database is locked Error: Another process is blocking the working copy database, or the underlying filesystem does not support file locking; if the working copy is on a network filesystem, make sure file

Re: Subversion Windows Performance compared to Linux

2014-04-16 Thread Andreas Stieger
Can you re-run with --quiet? Which version if SQLite is the GNU/Linux client running with? Regards, Andreas On 16 Apr 2014, at 18:13, Florian Ludwig vierzigundz...@gmail.com wrote: Hi, this topic was raised several times in the past - the answers range from will be better/solved in the

Re: Externals issue

2014-04-27 Thread Andreas Stieger
On 25 Apr 2014, at 17:04, OBones obo...@free.fr wrote: -r 7121 ../../../Path/To/Calculator Calculator [...] D:\Path\To\WC\Some\App\Calculator Path '/svn/Repository/!svn/rvr/34031/branches/some/branch/Path/To/Calculator' not found This is correct because there was some overhaul in the

Re: Upgrading SVN version to 1.8.9

2014-05-19 Thread Andreas Stieger
Hello, On 15 May 2014, at 19:55, Prakash Ananth pkana...@gmail.com wrote: Hello User group: Need help.. We have SVN version 1.6.11 on CentOS Platform. How do I upgrade to Version 1.8.9. Is there a upgrade notes for SVN server install. Yes, there are called release notes and are

Re: Vendor branches: Current guidance?

2014-05-23 Thread Andreas Stieger
Hi, On 23 May 2014, at 01:08, David DL ddl...@outlook.com wrote: It's my understanding that if you want the process to integrate a new vendor drop to be sane, the update ideally should be expressed as a series of svn actions (add/update/etc.) so that history is maintained. The

Re: Sharing a vendor branch with 2 project repos?

2014-05-30 Thread Andreas Stieger
Hello, On 30/05/14 17:50, David DL wrote: I'm trying to set up a by-the-book vendor branch, but I need to share it with two projects that exist in their own repositories. The patches I need to maintain to the vendor code do need to be shared by both projects, so that makes things simpler I

Re: Set a repository never ignore files

2014-06-03 Thread Andreas Stieger
Hello, On 03/06/14 11:24, James French wrote: I have a repo where I want to force .a files to always get added (ie not ignored), irrespective of any ignore settings in user config files. I am happy to set the repo to not ignore any file, if that is easier. I guess I’m after an

Re: svn commit of locked/unmodified files

2014-06-03 Thread Andreas Stieger
Hello Simon, On 01/06/14 04:27, Simon Butler wrote: when i lock multiple files in a directory modify only one and then commit the directory ,the last changed rev on all files is set to the commit revision. however, when i query the server the repository last changed rev is unchanged. why

Re: Exception

2014-06-04 Thread Andreas Stieger
Hello, On 4 Jun 2014, at 13:20, Jonathan Naumann jonathan.naum...@db.com wrote: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.8.4\ext\subversion\subversion\libsvn_client\commit_util.c' line 211: assertion failed (repos_root_url repos_relpath) Try again with the latest

Re: problem: svnsync to external ISCSI drive increases size of repos

2014-06-16 Thread Andreas Stieger
Hello, On 16 Jun 2014, at 12:50, Korte, Michael Johannes michael.ko...@zeiss.com wrote: Svnsync from Windows to Windows : no change of repository size Svnsync from Windows to ISCSI drive : no change of repository size Svnsync from ISCSI drive to Linux : normaly no change of repository

Re: error on test merge

2014-06-20 Thread Andreas Stieger
Upgrade to the latest version and try again. On 20 Jun 2014, at 08:37, Paul Evers paul.ev...@bicore.nl wrote: Hi, I get an error when I want to perform a test merge. When I click button Merge (in TortoiseSVN) the merge will be performed correctly. On a ‘test merge’ I get the following

Re: Error 70014 can't synchronize with repository, can't read file, End of File

2014-06-24 Thread Andreas Stieger
Hello, On 24/06/14 20:35, Tim Pospeshil wrote: Can't read file 'c:\svn\project30\db\current: End of File Found) You can attempt to create the file. (make a full file based backup, goes without saying). Look for the highest completely written revision in db/revs and db/revprops. Write that into

Re: Where to get apache httpd Windoze binaries compatible with alagazam?

2014-06-25 Thread Andreas Stieger
Hi, On 25 Jun 2014, at 11:49, Cooke, Mark mark.co...@siemens.com wrote: windows binaries for both httpd and subversion that (a) play nicely together and (b) include the subversion python bindings that I need for our Trac (trac.edgewall.org) web sites (also hosted by apache httpd using

Re: Tag issue

2014-07-02 Thread Andreas Stieger
Hi, On 1 Jul 2014, at 15:37, Philippe Bartholmé philippe.bartho...@kelkoo.com wrote: svn copy trunk tags/R8_106 svn commit Why are you creating a tag locally from what seems to be a recursive checkout of the entire repository? Is this local operation intended? How about a server-side

Re: Problems with subversion

2014-07-02 Thread Andreas Stieger
Hello, On 2 Jul 2014, at 15:42, Giuliani Paolo paolo.giuli...@edf-energy.com wrote: svn: Commit failed (details follow): svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///ENGDATA/DeFRAC/defracdev/repository/maintv2/trunk' svn: Error opening db

Re: Subversion 1.8.9 repository access issue [Urgent]

2014-07-06 Thread Andreas Stieger
Hi, On 06/07/14 12:11, Mohsin Abbas wrote: [upgraded server from 1.4.2 to 1.8.9] [Fri Jul 04 15:07:43 2014] [error] [client 192.168.x.x] (20014)Internal error: Failed to load module for FS type 'bdb' Your repository is of type bdb, (berkeley db backend), not fsfs. As such is it not suitable

Re: Migrating from SVN 1.3.1 without console access

2014-07-06 Thread Andreas Stieger
Hi, On 6 Jul 2014, at 13:24, David Gerler dger...@xoikos.com wrote: [...]existing SVN 1.3.1 repository[...] Does anyone have a suggestion on how to migrate svn 1.3.1 to 1.8.9 without console access? Builtin tools will show the behaviour you described. This one is older

Re: Subversion 1.8.9 repository access issue [Urgent]

2014-07-06 Thread Andreas Stieger
On 06/07/14 21:58, Branko Čibej wrote: On 06.07.2014 13:35, Andreas Stieger wrote: Your repository is of type bdb, (berkeley db backend), not fsfs. As such is it not suitable for a direct upgrade. That's nonsense. See DB_VERSION_MISMATCH and others. Building the bdb backend might just

Re: Copy across repositories

2014-07-07 Thread Andreas Stieger
is not an editable meta data field but the manifestation of the internal shallow copies only possible within the same fs. The vendor branches method may fit your use case. With kind regards, Andreas Stieger

Re: Can anyone please inform which SVN version is the stable one to work on Debian 7.

2014-07-08 Thread Andreas Stieger
Hi, On 8 Jul 2014, at 08:18, kanupriya pathak kanupriya.pathak@gmail.com wrote: Can anyone please inform which SVN version is the stable one to work on Debian 7. The question and it's premise is weird, as if that information was secret or somehow unobtainable by looking it up.

Re: Can anyone please inform which SVN version is the stable one to work on Debian 7.

2014-07-08 Thread Andreas Stieger
Hi, On 8 Jul 2014, at 09:26, kanupriya pathak kanupriya.pathak@gmail.com wrote: As shown in the below link, it is saying that 1.6.x is no longer supported. http://subversion.apache.org/docs/release-notes/ That is correct. However that does not change the fact of which version is

Re: Can anyone please inform which SVN version is the stable one to work on Debian 7.

2014-07-08 Thread Andreas Stieger
Hello, On 8 Jul 2014, at 09:53, kanupriya pathak kanupriya.pathak@gmail.com wrote: What I was trying to do is install SVN 1.8.9 on Debian 4.4.5 with apache 2.2. But the libapache2svn file that it is supporting is 1.6.12 and not 1.8.9. so when i try to access the repositories. it

Re: Subversion 1.8.9 repository access issue [Urgent]

2014-07-09 Thread Andreas Stieger
Hi, On 7 Jul 2014, at 13:48, Branko Čibej br...@wandisco.com wrote: The question that started this thread was why a BDB database could not be opened. The answer is, because the BDB back-end was not built. We don't even know that the old and new BDB versions are different. The user

Re: subscribe and Post

2014-07-15 Thread Andreas Stieger
? Revision properties of past revisions that pass validation, or a slave creation bypassing same. With kind regards, Andreas Stieger

Re: subversion destroys my Working Copy

2014-07-16 Thread Andreas Stieger
Hi, On 17 Jul 2014, at 02:41, Daniel Migowski dmigow...@ikoffice.de wrote: This always occurs when I commit a resource already open in an editor which contains a @revision tag. The commit message looks like this: C:\IKOfficeRoot\Java\ERP\Core\build.xml

Re: Ran svn revert but files are still modified

2014-07-18 Thread Andreas Stieger
Hi, On 18 Jul 2014, at 13:51, OBones obo...@free.fr wrote: I have a working copy here where a file is in status modified which won't go away. This file is a binary database dump (.bak) and I don't understand why this happens on that file while there are other files with that extension in

Re: Version discrepency

2014-07-23 Thread Andreas Stieger
On 23 Jul 2014, at 07:18, kanupriya pathak kanupriya.pathak@gmail.com wrote: I have installed SVN 1.8.9 on Debian 7 but the issue is when I try to access the repository through 'lynx' there it shows : Powered by Subversion version 1.6.17 (r1128011). I am not understanding

Re: pre commit hook script server side to block commit if conflict markers are present in the committing file

2014-07-23 Thread Andreas Stieger
Hi, On 23 Jul 2014, at 06:50, Shivaprakash Tirlapur shivaprakash.tirla...@gmail.com wrote: can any one help me i want a pre commit hook script server side subversion for windows to block the commit if conflict markers are present in the committing file Start by reading the

Re: Version discrepency

2014-07-23 Thread Andreas Stieger
On 23 Jul 2014, at 08:34, kanupriya pathak kanupriya.pathak@gmail.com wrote: one more issue is there, when i tried to install and run apache2, there were two module mod_authz_svn.so and mod_dav_svn.so that were not present by default of same version then i installed it of 1.6

Re: Unsubscribe me

2014-07-26 Thread Andreas Stieger
On 26 Jul 2014, at 18:51, Karim Abdel Khalek karim.a...@gmail.com wrote: I would like to unsubscribe Unsubscribe instructions are in the header of every e-mail and on https://subversion.apache.org/mailing-lists.html Andreas

Re: Master Slave setup

2014-07-28 Thread Andreas Stieger
Hi, On 28/07/14 19:45, Somashekarappa, Anup (CWM-NR) wrote: When I remove the SVNMasterURI _http://subversion.dev.***.com/svn_ from slave configuration file then the sync from master to slave will happen successfully. But when I enable the SVNMasterURI _http://subversion.dev.***.com/svn_

Re: SVN is ignoring needs-lock property

2014-07-28 Thread Andreas Stieger
Hi, On 28 Jul 2014, at 22:38, Mun Johl mun.j...@emulex.com wrote: I have an XML file checked in with the svn:needs-lock property set. I verified that the permissions on the file in the filesystem do not include write permission. As a test, I made a small change to the file and attempted

Re: Crash of SlikSVN 1.8.9 under Windows 7 / 64-bit

2014-08-02 Thread Andreas Stieger
Hi, On 1 Aug 2014, at 12:15, Post, Dr. Ulrich ulrich.p...@softwareag.com wrote: Please find the respective file enclosed. This file contains a username and a password which you may want to reset as soon as practical if required. Andreas

Re: Directory with tree conflict lies about merge result

2014-08-06 Thread Andreas Stieger
Hello, I recommend the following: In a clean working copy of the feature branch... svn mv host host_branch Then perform the merge, now without tree conflict. svn mv host_branch/test host/ svn rm host_branch Andreas On 6 Aug 2014, at 18:04, Benjamin Fritz fritzophre...@gmail.com wrote: I

Aw: a custom error message

2014-08-12 Thread Andreas Stieger
Hi, I don't suppose this would be possible without hacking the code, right? Reason I'm asking is simplicity and clearness in the message. eg. is when an attempt to lock fails for file is already locked by other user why bother users with the path to file on a remote resource? they

Re: svnrdump problem

2014-08-13 Thread Andreas Stieger
Hi, On 13/08/14 21:04, Thomas Martitz wrote: svnrdump load, though, errors out at revision 6 with Too many open files error. I checked with strace and svnrdump is open()ing a huge amount of files. The command line is (note that the target repository is local) as per svn book: svnrdump

Re: Master-Slave

2014-08-19 Thread Andreas Stieger
Your identical question to this list was already answered. Please check the archives.

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-20 Thread Andreas Stieger
Hi, On 20 Aug 2014, at 14:54, Manjunath Kashyap mail2manjukash...@gmail.com wrote: What is the best way to integrate remote svn repository into an existing repository? svnadmin load --parent-dir The svn book gives some examples. Andreas

Re: Dump files suddenly grew exponentially

2014-08-22 Thread Andreas Stieger
On 22 Aug 2014, at 20:13, Grant Schoep matobin...@gmail.com wrote: [dump file size increased dramatically] And if you use --deltas? Does it ever finish when you dump to /dev/null, and if so after how many bytes? Have you examined the revision in question, does it show any changes to items

Re: Repository migrated via SVNSYNC is much smaller than one migrated using SVNADMIN DUMP/LOAD

2014-08-28 Thread Andreas Stieger
Hello, On 28/08/14 17:12, Christopher Lamb wrote: While experimenting how best to do this I have tried using both SVNADMIN DUMP / LOAD, SVNSYNC, and even SVNRDUMP. The resulting target repos have dramatically different sizes, hence this mail. Original repo size 5.51 GB Almost 19,000

Re: svnsync via svn+ssh w/key authentication: password prompt

2014-08-29 Thread Andreas Stieger
On 29 Aug 2014, at 17:22, Sampson, Barry barry.samp...@teejet.com wrote: I am attempting to use svnsync over a SSH tunnel, which works, but always prompts for a password. I already setup ssh key authentication, which does work fine when performing svn commands. I can establish a SSH

Re: Commit bot without password

2014-09-03 Thread Andreas Stieger
Hi, On 03/09/14 21:21, Kim Gräsman wrote: On Wed, Sep 3, 2014 at 10:08 PM, Branko Čibej br...@wandisco.com wrote: You could try the following trick: on the build machine, with the bot's credentials, do this: $ svn commit -m ... --with-revprop on-behalf-of=username then on the server,

Re: get error on svn -u status

2014-09-07 Thread Andreas Stieger
Hello, On 5 Sep 2014, at 19:41, Michael Kerwin mich...@kerputer.com wrote: I have been able to export the code to an ubuntu 14.04.1 client running subversion 1.8.8 and when I do a svn -u status W155007: ‘home/mkerwin/src/trunk/c/eco’ is not a working copy If you ran svn export rather

Re: Change prevprops in pre-commit

2014-09-08 Thread Andreas Stieger
On 8 Sep 2014, at 08:20, Sergey Azarkevich azarkev...@gmail.com wrote: Hello, I see in pre-commit hook template that changing revisions properties in transaction are allowed. But I can't find way for it (I want change svn:author to more readable). Is here way for this with svn,

Re: svn.crach.bmp

2014-09-09 Thread Andreas Stieger
Hello, On 9 Sep 2014, at 08:12, Tharindu WIJESURIYA [GENESIIS] thari...@genesiis.com wrote: svn-crash-log20140909123303.log svn-crash-log20140909123303.dmp Version: 1.6.12 (SlikSvn/1.6.12) Please use a current and maintained version of Apache Subversion for bug reports to be accepted.

Re: Reg: torotise svn issue

2014-09-18 Thread Andreas Stieger
Hello, On 17 Sep 2014, at 23:00, OR-LO (Lavanya Olety) or...@panduit.com wrote: We got a requirement where ,we are using svn 1.7 version as code repository.We have 5 services which are calling one oracle sql package.so we created same oracle sql package for each service locally.If we get

Re: Data Commit Limit in SVN V1.8.9 !!!

2014-09-24 Thread Andreas Stieger
Hi, On 24/09/14 22:48, Mohsin Abbas wrote: My data size was around 4 plus GB. My commit was failed before 1 GB. Is there any limit in SVN for not commit data larger then 1 GB ? Can I commit 4 or 5 GB data in one commit ? This is not in Apache Subversion itself but serf. You could apply the

Re: Data Commit Limit in SVN V1.8.9 !!! [Urgent]

2014-09-25 Thread Andreas Stieger
Hi, On 25 Sep 2014, at 15:47, Mohsin Abbas mohsinchan...@gmail.com wrote: please help me in this regard i am waiting for your respose. You had responses, with links to patches and a workaround of alternative transport mentioned. Andreas

Re: svnadmin load fails with Insufficient system resources exist to complete the requested service

2014-09-30 Thread Andreas Stieger
: svnadmin create --pre-1.5-compatible foorepo svnadmin --compatible-version 1.4.4 foorepo With kind regards, Andreas Stieger

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-09-30 Thread Andreas Stieger
Hi, On 30/09/14 19:24, Mohsin Abbas wrote: Just for your information we have SVN installed on Linux machine and I committed folder of size 4.7 GB on Linux server (I am administrator of SVN). I have checked out that particular repository on Linux server and committed that folder which was

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Andreas Stieger
On 1 Oct 2014, at 10:15, Mohsin mohsinchan...@gmail.com wrote: For accessing repo in browser we are using HTTP protocol while on linux server i think (not sure) we are using file scheme . If you are not sure then go check. I gave interpretations on what the difference means. If if fails on

Re: SVN :409 Conflict error while checkout

2014-10-05 Thread Andreas Stieger
Hello, On 03/10/14 16:22, Ajith Vitharana wrote: We are getting following SVN conflict issue intermittently in our system. svn: CHECKOUT of '/svn/xxx/!svn/ver/264/-1234/webapps': 409 Conflict

Re: Every Version of Every File in a Repository

2014-10-08 Thread Andreas Stieger
Hi, On 08/10/14 21:08, Bob Archer wrote: I assume by “scan” you are talking about virus scanning. I would question the need to do this. Yea, I know… but still, many request come from a lack of understanding of a technology. It is more likely that this is about a legal discovery or

Re: Windows 8 Tortoise SVN --- missing green check marks

2014-10-11 Thread Andreas Stieger
regards, Andreas Stieger

Re: Win 8 SVN missing green check marks

2014-10-12 Thread Andreas Stieger
working copy directory has that. Is it normal in Win 8 or have I done something wrong here? You are posting in the wrong place. For questions specific to TortoiseSVN, see http://tortoisesvn.net/support.html With kind regards, Andreas Stieger

Re: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread Andreas Stieger
On 13 Oct 2014, at 14:09, John Maher jo...@rotair.com wrote: [TortoiseSVN] is a modern interface that does not keep up with the operating systems it runs on nor does it allow all the capabilities of svn. Tortoise doesn’t display the check marks on windows 7 either. A rather generic

Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Andreas Stieger
Hello, On 09/10/14 23:48, Alexey Neyman wrote: What I was doing: - checked out a project from /trunk - did some local changes - copied WC to a branch - attempted to switch to the branch What exactly does copied WC to a branch mean in terms of svn or file system operations? Andreas

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Andreas Stieger
Hi, On 24 Oct 2014, at 08:30, janardhan adatravu surya.janard...@gmail.com wrote: We are looking for a situation in which certain users should not have read permission to a particular folders. Please give your suggestions.

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Andreas Stieger
On 25 Oct 2014, at 00:03, Mohsin mohsinchan...@gmail.com wrote: Kindly add following lines in auth file for specific repository [folder1:/folder1] user1 = rw user2 = rw user3 = rw [folder1:/folder1/folder21] user2 = [folder1:/folder1/folder2/folder31] user3 = You misunderstood

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Andreas Stieger
On 25/10/14 19:52, Mohsin wrote: Please check this and let me know this should work for said requirement ? [Repo:/] user1 = rw user2 = rw user3 = rw [trunk:/trunk/folder1/folder21] user2 = [trunk:/trunk/folder1/folder2/folder31] user3 = While the above would work for the trunk

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Andreas Stieger
Hi, On 25/10/14 23:26, Mohsin wrote: We are using HTTP protocol for repository access (http://abc.svn.com/svn/Repo/) over the internet for this case we are using tortoise svn client V 1.8.7 which is dependent on serf and serf is using SSL V3 . I just read serf version 1.3.5 is using SSL V3

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Andreas Stieger
On 26 Oct 2014, at 01:33, Mohsin mohsinchan...@gmail.com wrote: Can you tell when SSH/TLS is used ? In my case we are using HTTP protocol. Whenever a capable administrator configures the system to support it and users use the correct scheme, or are forced to do so as is the case with many

Re: One data set - two repositories?

2014-10-29 Thread Andreas Stieger
Hello, On 29/10/14 21:07, c...@qgenuity.com wrote: I'm looking for a way to use Subversion to store data from a single data set across two repositories. More specifically, I want to have one repository which contains all of the data and a second that contains only specific directories.

Aw: Best Practices for Creating a New Branch

2014-11-06 Thread Andreas Stieger
not happen if you do it correctly using either of the above. With kind regards, Andreas Stieger

Re: svn server backup failed.

2014-11-11 Thread Andreas Stieger
Hello, On 10 Nov 2014, at 17:54, muni babu muni.tech...@gmail.com wrote: svnadmin: Can't move '/remotebackup/svn-31840/db/revs/tempfile.tmp' to '/remotebackup/svn-31840/db/revs/17405': No such file or directory Apparently a rename operation from a temporary file to it's final name fails

Re: svnadmin freeze error

2014-11-14 Thread Andreas Stieger
Hello,On 14/11/14 08:28, Imad Sani wrote: On 14/11/14 07:33, Imad Sani wrote: svnadmin freeze /svn/my-repos rsync -av /svn/my-repos /backup/my-repos This is the error I get: svnadmin: invalid option character: a Not Subversion specific. Termination of option parsing

Re: Setting up a mirror - should I use the same repository UUID, or different?

2014-11-22 Thread Andreas Stieger
On 22/11/14 01:40, Ryan Schmidt wrote: Right, using the same UUID would be necessary to allow users to relocate between the mirror(s) and the master. This is suggested here: https://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt The mirror might be some commits behind the

Re: how to replicate svn-lock on mirrored repository

2014-11-24 Thread Andreas Stieger
Hello, On 21 Nov 2014, at 06:46, Senthilvelu pjsent...@gmail.com wrote: I have a mirrored repository which is generated from a source repository. it is getting update regularly. when a user checks out with lock on source repo, i want this to be update on the mirror repo, which is not

Re: Any know of a Subversion sync program that I could run as a daemon?

2014-11-25 Thread Andreas Stieger
Hello, On 25/11/14 21:54, Eric Johnson wrote: Problem: Now I need to trigger a sync whenever a commit comes in. In principle, this is easy - I just write a hook script and call svnsync. In practice, I have a bunch of requirements desired features that make a simplistic solution problematic

Aw: Migrating mks to svn

2014-11-28 Thread Andreas Stieger
Hello, Shalini Bk bksh...@gmail.com wrote: We are trying to migrate from mks to svn using svnimporter. But i get an error as below Cannot run program C:/Program Files/MKS/IntegrityClient/bin/si.exe Cant create new instance of provider class org.polarion svnimporter. Mksprovider.mksprovider

Re: subversion - svnsync synchronize hangs - how to debug?

2014-12-01 Thread Andreas Stieger
Hi, On 1 Dec 2014, at 18:40, Marc Breslow marc2...@gmail.com wrote: I’ve been trying to get an SVN repository to synchronize to a target server. When I run the svnsync synchronize [target-http-url] [target-svn+ssh-url] I get the following output: Transmitting file data . Why are

Re: svnsync/diff zlib - trying to understand/figure out an error

2014-12-11 Thread Andreas Stieger
Hello, On 11/12/2014 14:06, Marc Verwerft wrote: While creating a replica of an existing repository using svnsync, I bumped into a problem that I'm trying to figure out. In short, I don't think SVN is to blame but that we've got a corrupted transaction/file somewhere. I'm just trying to figure

Re: Svn update error

2015-01-24 Thread Andreas Stieger
Hello, On 24/01/15 20:12, Bert Huijben wrote: Install the latest 1.7.x patch version and try again. For your vendor: https://sliksvn.com/pub/Slik-Subversion-1.7.9-x64.msi I would recommend using 1.7.19 over 1.7.9, because it contains a lot more fixes even though it is not latest in the

Re: BUG REPORT: svndumpfilter 1.8.8 produces corrupt output, incorrect order of Node records

2015-02-02 Thread Andreas Stieger
Hi, On 02/02/15 17:14, Markus Kuhn wrote: BUG REPORT: SUMMARY: svndumpfilter (version 1.8.8) rearranges the order of Node records Fixed since May 2014, See https://svn.apache.org/repos/asf/subversion/tags/1.8.9/CHANGES : * svndumpfilter: fix order of node record headers (r1578670 et

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread Andreas Stieger
Hi, A replicating setup with write-through proxies is possible with VisualSVN Server standard and standard tools, I had this in production for years. Set up the replicating hooks. On slaves, adjust the custom httpd config to load the required modules (proxy, http) and add a receiving location

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-22 Thread Andreas Stieger
Hello, On 21/01/15 20:56, STF SVN wrote: OTOH, another mail said that if replication for VisualSVN does not work if Windows Authentication. Do you use Windows Authentication? I can confirm that write-through proxying and svnsyc replication works with VisualSVN Standard Edition, with

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-22 Thread Andreas Stieger
Hello, On 22/01/15 19:04, STF SVN wrote: This is the authentication options in my VisualSVN server. Are they the same as yours? http://s14.postimg.org/c0y0cehht/STF_Vis_SVN_auth_config.png Yes this option is known to work with write-through proxying. Andreas

Re: svnsync problems

2015-02-20 Thread Andreas Stieger
Tony Sweeney swee...@addr.com writes: running under Apache. I set the svn:sync-last-merged-rev revprop on r0 to reflect the newest revision on the hotcopy. In addition to what Philip wrote, for initializing a sync to a target created via hotcopy, you will find svnsync init

Re: Svn update error

2015-01-24 Thread Andreas Stieger
Hello, On 24/01/15 06:41, Kathiresan Subramaniam wrote: I getting an error while run the svn update through the final builder. Here I attached the screenshot of the error and the log file. Copied text is strongly preferred over screenshots. Please find the attachments and resolve my issue

Re: Subversion doesn't store credentials in kwallet

2015-03-19 Thread Andreas Stieger
Hi, On 19/03/15 11:00, Tristan Miller wrote: I'm experiencing a problem with using KWallet as a password store. My operating system is openSUSE 13.2 (x86_64) and I can reproduce the issue That's my package, and this works. with the Subversion 1.8.11 (r1643975) binaries provided by

Aw: No author problem for svn server

2015-03-20 Thread Andreas Stieger
Hi, Your configuration requires a password for reading, but everyone (!) can commit. This should be the other way around, e.g. LimitExcept GET PROPFIND OPTIONS REPORT See https://subversion.apache.org/faq.html#no-author why you have no author without auth challenge.   Andreas   Gesendet: 

Re: Aw: No author problem for svn server

2015-03-21 Thread Andreas Stieger
Hi, On 20/03/15 16:54, Andreas Stieger wrote: Your configuration requires a password for reading, but everyone (!) can commit. This should be the other way around, e.g. LimitExcept GET PROPFIND OPTIONS REPORT See https://subversion.apache.org/faq.html#no-author why you have no author

Re: Crash during co and up

2015-03-19 Thread Andreas Stieger
Hi, On 19/03/15 22:15, Dean Hodgkinson wrote: Version: 1.8.9 (r1591380), compiled May 8 2014, 13:53:02 Please update to the latest version (1.8.11) and try again. Andreas

Re: Copy and Reduce the size of SVn repos

2015-03-10 Thread Andreas Stieger
Rajesh Kumar wrote: I am still awaiting for response. And you can wait for a long time, all until you read the responses you were already given: http://mail-archives.apache.org/mod_mbox/subversion-users/201503.mbox/browser It helps to read: https://subversion.apache.org/mailing-lists.html

Aw: start-commit log message.

2015-03-31 Thread Andreas Stieger
Hello,   validate the log message [...] start-commit [...] [...] if the client is using an older version (like 1.7) the commit message obtained using svnlook is always empty durng the start-commit. In this case the commit message is available only during pre-commit.   Yes, and this is

Re: SVN 1.8.10 server side configured autoprops

2015-04-01 Thread Andreas Stieger
Hello, i want to define autoprops (serverside dicated) for some repos in my large SVN installation. However it have been missed out in the documentation how this is achieved. The docs rely on a config file, but not a name to it, so i tried and make a

Aw: Re: SVN 1.8.10 server side configured autoprops

2015-04-01 Thread Andreas Stieger
Hello, So i have tried to read the RDC docs, but it doesnt make any sense - it tells alot about how the configuration should look, but not how to implement the feature... To implement, set versioned properties named svn:auto-props in the repository. See help about propset, propedit

Re: How to reset svn password by svn user ?

2015-03-04 Thread Andreas Stieger
Am 05.03.2015 03:48 schrieb Mohsin mohsinchan...@gmail.com: Well, as an example, if your Subversion server is setup to authenticate via Active Directory the user would change their windows password.  If it is setup to authenticate against a text file with names and passwords, then someone

Re: How to reset svn password by svn user ?

2015-03-05 Thread Andreas Stieger
Am 05.03.2015 18:07 schrieb Mohsin mohsinchan...@gmail.com: Refer to the documentation for httpd auth module you are using. You change the password the same way as you created it. This is usually named htpasswd, htpasswd2 or similar. How to make this user self-servicable is out of

  1   2   3   >