Re: svnsync Error About Disallowed "non-regular" Property

2024-08-16 Thread Andreas Stieger
On 2024-08-16 00:58, Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: When I run the following on a number of my SVN repos,    % svnsync initialize file:///my/mirror file:///my/original I get this error.    svnsync: E165002: Storage of non-regular property 'svn:en

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Andreas Stieger
Hello, On 2024-07-02 17:09, Roshan Pardeshi wrote: We require to delete the branches(folder and files) from SVN server to release some space from disk as we are facing space crunch on disk in SVN server. Please help on this as what command we should use to delete the branches(folder and files).

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Andreas Stieger
On 2024-06-18 23:19, Paul Leo wrote: If I try a relocate in TortoiseSVN, I get an error saying the uuid of the new server is different than the WC of the local repo.   I presume this is because of the DNS name change. No, this is because the UUID is different. I've done some searching and

Re: Loss by accident, clean up unversioned files

2024-06-14 Thread Andreas Stieger
On 2024-06-14 16:52, Ayyanar Raja wrote: Is there anyway I can recover files ? Your files are gone. Andreas

Re: Fwd: Loss by accident, clean up unversioned files

2024-06-14 Thread Andreas Stieger
On 2024-06-14 12:30, Ayyanar Raja wrote: On Saturday, July 10, 2021 at 5:22:36 PM UTC+5:30 Jose Gaspar wrote: Done, by accident, a clean up including unversioned files. TortoiseSVN indicates deleted unversioned files can be recovered from the recycle bin: https://tortoisesvn.net/docs/nightly

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Andreas Stieger
Hello, On 2024-06-06 21:40, Paul Leo wrote: [...] migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. [...] The current hosting server plans to perform an SVN dump of the repository, and make it available through something like Google Drive. We would obtain t

Re: Queries on SVN

2024-01-08 Thread Andreas Stieger
Hello, On 2024-01-08 07:12, kiran.sm...@siliconbrains.co.in wrote: o *Does Subversion support Version control for LabVIEW, test-stand, AutoCAD, SolidWorks?* Yes. However note that these files are not suitable for text-base merging as they are not code. Meaning that any version

Re: Consistency checks / svnadmin dump/verify

2023-09-28 Thread Andreas Stieger
On 2023-09-28 17:28, Felix Natter wrote: So the question is: Does "svnadmin dump" do some consistency checks (like svnadmin verify does)? Probably not. Specifically it does not *test* that the dump can be loaded. Although that would certainly be a bug. I actually do not think that this is th

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-03 Thread Andreas Stieger
Hello, On 2023-06-03 00:25, Colcord, Scott via users wrote: [...] Subversion 1.7 [...] periodically mirror it to a location that does not have direct net access [...] the mirror needs to be able to receive one divergent commit after the load (this commit alters svn:externals locations to be ap

Re: Repeated mergeinfo changes

2023-04-11 Thread Andreas Stieger
> When merging from trunk to branch, and then back to trunk again, with various > branches, > I find that a certain group of files are repeatedly included in the merges > with just mergeinfo changes. > This is a bit annoying because it makes it less easy to identify the files > that had signific

Re: OpenSSL 1.1.x EOL - upgrade to 3.x planned?

2023-04-05 Thread Andreas Stieger
Hello, > [OpenSSL 3.0 and Apache Subversion]   Subversion supports OpenSSL 3 if serf (it's http library dependency) or, respectivey, httpd (for mod_dav_svn) are build against it: $ ldd `which svn` | grep -E "lib(crypto|ssl)" libssl.so.3 => /usr/lib64/libssl.so.3 (0x7feeae68)

Re: svnsync on SVNParentPath

2022-11-21 Thread Andreas Stieger
Hi, > Is it possible to setup svnsync from an SVNParentPath? > I'd like to avoid reconfiguring the mirror every time a new repository is > created. No, needs some mild scripting, also to put in place the hooks for each repo. Andreas    

Re: Enhancement with Subversion

2022-10-13 Thread Andreas Stieger
On 10/13/22 15:32, Aynes Varghese via dev wrote: In simple terms, iam looking for custom html pages to be displayed based on the "error code for 400 and 408 " https://httpd.apache.org/docs/2.4/custo

Re: Moving the entire SVN instance to a newer Windows server

2022-05-23 Thread Andreas Stieger
Hi, > We just use Tortoise with Subversion. You mean just plain file:// access? (no mod_dav_svn or svn)? Then there is not even a Subversion server involved. Is there any way you can re-use the hostname? Andreas

Re: Moving the entire SVN instance to a newer Windows server

2022-05-23 Thread Andreas Stieger
Hi, > If you have not used any of the advanced features in VisualSVN [...] FWIF... The free VistualSVN version can* be set up to do full write-through proxying and async replication. It ships all the modules. (* last confirmed in ~2015) Andreas

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Andreas Stieger
On 5/22/22 14:40, Nico Kadel-Garcia wrote: Why would you want to move a Subversion server to a Windows system? Because that is what poster said they were migrating from. In existing deployments keeping the current authentication, logging and administration experience is probably more importa

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Andreas Stieger
Hi, On 5/18/22 16:54, Mark Phippard wrote: If you can use the same DNS hostname for the new server there will be no impact on your clients Except for possibly a change server-side certificate which may have changed (and not properly verified before). Can be addressed with testing, and it help

Re: Subversion Exception

2022-04-27 Thread Andreas Stieger
"Miriam Mutici" wrote: > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.5\ext\subversion\subversion\libsvn_wc\wc_db.c' > line 11825: assertion failed (op_depth == relpath_depth(local_relpath)) You are running an 8 year old version. Upgrade to a current version and try again. Andreas

Re: Export Control Classification Number (ECCN) for SUBVERSION

2022-01-04 Thread Andreas Stieger
On 1/4/22 11:23, Akar, Seyit Ali Duezguen wrote: Can you please tell me the ECCN for your application called SUBVERSION? See https://www.apache.org/licenses/exports/ Apache Subversion is not listed, so it is "n/a". Please note that we do not distribute binaries, but you are in all likelihoo

Re: Simple Trio of Questions about Apache SVN

2021-08-17 Thread Andreas Stieger
Hi,   > -In SVN, can you have multiple additions, queued up, marked with an A? No queuing feature, but changelists on file granularity. See https://svnbook.red-bean.com/nightly/en/svn.advanced.changelists.html > If so, can the queued edition(s) be reviewed for marked files, Using svn diff which

Re: Easiest way to backup SVN repositories?

2021-04-20 Thread Andreas Stieger
Hello, On 4/20/21 6:48 PM, scotrod wrote: I wanted to ask which is the fastest and painless way to backup a SVN repos without stopping the service. I've heard that people on the Internet do it using rsync, but I am not familiar yet with using this tool. Rsync is only suitable if you take spec

Re: storing password on a server

2021-02-11 Thread Andreas Stieger
Hi, > I understand that 1.14 disables storing a password at compile time. > > How am I supposed to run a subversion command in non-interactive scripts > like a cron job on a headless server? You can use an unattended configuration of Gnome Keyring, Kwallet, GPG-Agent. Or client certificates for

Re: COTS : [urgent] : Information required on security-related patches under APACHE GROUP

2020-08-05 Thread Andreas Stieger
Hello Nandiraju,   You can't really assign action items to open source projects like that. That being said, see http://subversion.apache.org/security/ and http://subversion.apache.org/docs/release-notes/   Andreas     Gesendet: Mittwoch, 05. August 2020 um 13:41 Uhr Von: "Tanmayi, Nandiraju

Re: SVNSYNC issue with user

2020-03-13 Thread Andreas Stieger
Hello,   > “svnsync init --allow-non-empty --username abcd file:///u03/svn/repos > svn://xxx.xxx.xxx.xxx/” [...] > svnsync: E165001: Revprop change blocked by pre-revprop-change hook (exit > code 1) with output: > Changing revision properties is not permitted, the user used is klnm When running

Re: "hook" "conf" "db" "lock" folders are showing under SVN physical project repository instead of actually project files

2020-01-27 Thread Andreas Stieger
> On 2020/01/27 09:43:07, Lorenz wrote: > > salman younus wrote: > > >Our actual project structure / files are not available under SVN server > > >physical storage directory. E.g. following is our project folder structure: > > > > > >MainFolder then Folder A and Folder B. Under Folder A we have 1

Re: Want to remove corrupt revisions on SVN

2020-01-21 Thread Andreas Stieger
On 1/21/20 8:39 PM, M Yazdi wrote: On Jan 21, 2020, at 22:22, Andreas Stieger wrote: On 1/21/20 5:54 PM, M Yazdi wrote: svnadmin create /svn/newrepo svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile svnadmin dump --incremental -r5847:HEAD /svn/oldrepo >> /tmp/dumpfile svnadmin

Re: Want to remove corrupt revisions on SVN

2020-01-21 Thread Andreas Stieger
Hi, On 1/21/20 5:54 PM, M Yazdi wrote: svnadmin create /svn/newrepo svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile svnadmin dump --incremental -r5847:HEAD /svn/oldrepo >> /tmp/dumpfile svnadmin load /svn/newrepo < /tmp/dumpfile <<< Started new transaction, based on original revision 5850

Re: DUMP Error

2020-01-21 Thread Andreas Stieger
Hi, > C:\ >svnadmin create --fs-type fs_x %SVN_HOME%\repos\newProjectRepos > This application has halted due to an unexpected error.   > Version: 1.12.0 (r1857323) Can you please upgrade to 1.12.2 or 1.13.0 and try again? Andreas

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Andreas Stieger
Hi, > Maybe SVN works with 1.1.1c but AFAIK, it does not. Subversion works with OpenSSL 1.1.1c. > I think Serf is what has to add this support and there has not been a new > Serf release in several years. Serfer 1.3.2 works with OpenSSL 1.1.1c. Andreas

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Andreas Stieger
Hello, > > > When building SERF, I ran into the following errors > > > > > ⋮ > > > Any ideas as to how I can build SERF? > > > > Try asking on the Serf mailing list, d...@serf.apache.org (serf doesn't use > > a separate users@ list). > > And try including what operating system you're starting fr

Re: Questions about a script for regular backups

2019-08-24 Thread Andreas Stieger
Hi, > > A hobbyist approach this this has lead to many instances > > of data loss in serious applications. > > While planning a backup strategy, one must consider the > possible malfunctions and ways to counteract them. How was > the data lost in the cases you describe? Literally any situation w

Re: Questions about a script for regular backups

2019-08-24 Thread Andreas Stieger
> No, it depends on one's purpose. If it is to keep the data > in case of HDD crashes, a single mirror is sufficient. A hobbyist approach this this has lead to many instances of data loss in serious applications. > again, since an SVN repository maintains its whole history, > a point-in-time

Re: Questions about a script for regular backups

2019-08-24 Thread Andreas Stieger
Hello, > that --incremental hot-copies are sufficient for regular > backups, which can then be mirrored by content-aware file- > synchronisation tools, but the problem remains of preventing > an accidental propagation of corrupt data into the backup. > How do you solve it? What the fruit do you m

Re: Questions about a script for regular backups

2019-08-22 Thread Andreas Stieger
Hello, > In order to write a backup script in the Windows batch > language, I was reading the section "Migrating Repository > Data Elsewhere" from "Repository Maintenance": > >http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html The dump format is not the best option for backups. The

Re: Using a backup server as local svn handler?

2019-08-22 Thread Andreas Stieger
Hello, > If I create a "Private" repository on this server and store my projects > in that repository, can it interfere with the backed up repos? This works without issues as long as the repository names are separate. > AFAIK you cannot write anything in a synced repository except via > svnsync

Re: precommit hook to prevent large commits?

2019-05-30 Thread Andreas Stieger
> I'm looking to update my precommit hook to reject commits that are larger > than x megabytes. The proposed transaction is passed as a parameter to the hook. Hand that to svnlook (svnlook -t $TXN changed), and iterate over all entries. Filter out deletions and directory changes. For each file

Re: Hook Scripts For Visual SVN Server

2019-04-08 Thread Andreas Stieger
Hello Ashish, > To: undisclosed-recipients:; Do not write to the dev- list for user support questions. > Subject: - - URGENT REQUIREMENT: Hook Scripts For Visual SVN Server - - It may be urgent for you, but not for us. So unless you are looking for consultants this does nothing. > I am curren

Aw: RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-04-01 Thread Andreas Stieger
Nate Kerkhofs wrote: > [...] this repo does not have monotonically increasing dates [...] > The appropriate way to fix this would most likely be to simply create a new > svn repository from scratch Actually you could set the svn:date revision property on the existing repository. Andreas

Aw: RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-03-29 Thread Andreas Stieger
> > svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} [...] http://[...] > > --xml -v > > [..]  > > It should find exactly 2 commits in this range > > Check if all revisions (0:HEAD) on the root of the repository (not just > trunk) are strictly monotonic increasing. [...] counted the

Aw: svn log -r based on a start date suddenly no longer returns any revisions

2019-03-28 Thread Andreas Stieger
> svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} [...] http://[...] > --xml -v > [..]  > It should find exactly 2 commits in this range Check if all revisions (0:HEAD) on the root of the repository (not just trunk) are strictly monotonic increasing. If they are not, this can cause this

Re: working copy hook

2019-02-25 Thread Andreas Stieger
Hi, > Could Subversion support working copy hook? Because I want to ensure > new commit won't introduce any building error, e.g. always running > "make html" before "svn commit". This is not implemented in plain svn (and has serious security issues) However some IDEs and UI integrations have this

Re: Subversion Exception!

2018-07-17 Thread Andreas Stieger
On 07/17/2018 11:08 AM, Igor Korkin wrote: > On Tue, Jul 17, 2018 at 12:04 PM Andreas Stieger > wrote: >> On 07/17/2018 10:42 AM, Igor Korkin wrote: >>> with as much information as possible about what >>> you were trying to do. >> You forgot about th

Re: Subversion Exception!

2018-07-17 Thread Andreas Stieger
On 07/17/2018 10:42 AM, Igor Korkin wrote: > with as much information as possible about what > you were trying to do. You forgot about this part. > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c' > line 2821: assertion failed (d

Re: Why can’t I create folder ??

2018-05-17 Thread Andreas Stieger
On 05/17/2018 02:43 PM, Piyaporn Settabunjong wrote: > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.6\ext\subversion\subversion\libsvn_subr\dirent_uri.c' > > line 1571: assertion failed (! svn_path_is_url(relative)) > Update to TortoiseSVN 1.8.12 (compatible), 1.9.7 (also comptible)

Re: SVNSYNC questions

2018-05-02 Thread Andreas Stieger
Please consider stopping to top-post. On 05/02/2018 10:43 PM, Paul Greene wrote: > Ok, thanks, I was hoping I wouldn't have to manually create 110 > folders and set permissions, but it is what it is. Is that not something what a shell is usually happy to do for you in a loop? Anyway, as you may

Re: SVNSYNC questions

2018-05-02 Thread Andreas Stieger
Hello, On 05/02/2018 10:02 PM, Paul Greene wrote: > Prior to running svnsync, do I need to create the same folder > structure on the destination as on the source? no, just an empty, randomly named repository. > i.e. the source has 110 repositories located under /data/subversion. I > have a fold

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-24 Thread Andreas Stieger
Hello, On 03/24/2018 02:15 PM, Bo Berglund wrote: > Is there some current HOWTO I can use to set this up? http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.ex

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 03:37 PM, Ulaganathan, Udhayakumar wrote: > > Make sure the contents of svn.acc file have the entries – to give rw > access to the accounts as stated in the following example > > Irrelevant and confusing, as it does not match the original error message. Andreas

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:34 PM, kushal bhattacharya wrote: > Could you please help me out here ,sorry. But I have been trying whole day regarding this I am not sure what you are asking here? On 11/07/2017 01:37 PM, kushal bhattacharya wrote: > given permissions like :- > > sudo chown www-data:www

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
On 11/07/2017 01:15 PM, kushal bhattacharya wrote: >> On 11/07/2017 01:05 PM, kushal bhattacharya wrote: >> > Can't open directory >> > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission >> denied >> >> The Subversion server process (svnserve or httpd) is unable to access >> (read

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:05 PM, kushal bhattacharya wrote: > Can't open directory > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission denied The Subversion server process (svnserve or httpd) is unable to access (read) the path. Adjust the ownership and permissions so that the se

Re: svn status does not detect a modification if the same file was touched

2017-10-19 Thread Andreas Stieger
Greetings, On 10/19/2017 11:41 AM, Sasikala Kottegoda wrote: > A file named a.txt exists inside a folder in the working copy, which > has been copied from somewhere else > > * cCopy and replace a.txt with the same file/or modify it by issuing > the 'touch' command > * Do an svn status, it

Re: Please publish unsubscribe information in the patch update mailings.

2017-07-27 Thread Andreas Stieger
Hi,  "CCD Systems Help Desk" wrote: > Subject: Please publish unsubscribe information in the patch update mailings. > > We no longer require updates for SubVersion, please remove us from the > mailing list. Please read: http://subversion.apache.org/mailing-lists.html Andreas 

Re: svnsync size differences

2017-06-26 Thread Andreas Stieger
  > i svnsync gzrepos(centos 6.4-svn1.6.11) to gz-mirror1(centos 7-svn1.9.5), > [...] > mirror repo(gz-mirror1) is more less than source repo(gzrepos) in sizes > the source repo(gzrepos) is 177G while the mirror one(gz-mirror1)  is only 66G > for example: revision:2012,it seems to be compressed P

Re: Windows - Can not commit if foldername contains invalid characters

2017-06-12 Thread Andreas Stieger
Daniel Peta wrote: > last week, I wrote this E-Mail to the dev-list,  but didn’t get a response > until now. You did! http://mail-archives.apache.org/mod_mbox/subversion-dev/201706.mbox/%3Cffb97c0a-53a3-8e68-e112-2dc4fff29c5d%40apache.org%3E Andreas  

Re: [PATCH] Re: Subversion 1.9.5 --with-serf problem

2017-06-07 Thread Andreas Stieger
> Thanks very much for this patch, it does indeed fix the problem for me. > > My use case is pretty much as you describe. > I'm building a Subversion client RPM which includes serf. > > During the %build phase serf is built as so: > > scons PREFIX=%{prefix} install --install-sandbox=%{buildroo

Re: about svnsync

2017-05-19 Thread Andreas Stieger
You have to create a working pre-revprop-change-hook. http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication.pre-revprop-change   Gesendet: Freitag, 19. Mai 2017 um 08:39 Uhr Von: Dummy <3295285...@qq.com> An: users Betreff: [wait on line]about svnsyn

Re: Mailing List

2017-05-18 Thread Andreas Stieger
Kenneth Reynolds wrote: > Can you please add me to the mailing list to know when new versions or > patches are released. Read https://subversion.apache.org/mailing-lists.html on how to subscribe to the subversion-annouce mailing list. Andreas

Re: 64 bit - msi for subversion

2017-05-03 Thread Andreas Stieger
Hello,   "Rajam, Lakshmi" wrote: > Is there an equivalent 64 bit available fom win32svn? TortoiseSVN contains 64 bit builds for CLI utils as an optional module. https://tortoisesvn.net/downloads.html Andreas

Re: environment variable for location of the .svn directory ?

2016-12-21 Thread Andreas Stieger
Hello Hugh, > Is there an environment variable that can be used > to specify the location of the .svn directory ? The only method to alter the .svn path (that I am aware of) is the the SVN_ASP_DOT_NET_HACK http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.wc >

Re: True repository backup

2016-12-02 Thread Andreas Stieger
Александр Козлов wrote: > The [subversion repository restore] problem is: > > - data is backed-up every night, it's ok, but > - many (50) users do they commits couple of times every day, and > - users' working copies are out of sync (they are later!) with server > after backup restoration. Yes,

Aw: Can't compile Subversion against Serf-1.3.9.

2016-09-07 Thread Andreas Stieger
Hi, Alexandre C. Guimarães wrote: > I am getting trouble to rebuild subversion-1.9.4 on my > FreeBSD-10.3 box after Serf be updated to 1.3.9: [...] > /usr/local/lib/libserf-1.so: undefined reference to `BIO_meth_set_gets' Looks like an OpenSSL linking problem. Ensure Apache Serf and Apache Subver

Re: Issue report

2016-08-12 Thread Andreas Stieger
Regardless:   Compare the commits: https://sourceforge.net/p/tortoisesvn/code/27283   tags the release https://sourceforge.net/p/tortoisesvn/code/27284 commits a build fix to trunk https://sourceforge.net/p/tortoisesvn/code/27285applies the build fix to the tag   As such, never mind, you have the

Re: svnadmin dump issue - E200015

2016-08-11 Thread Andreas Stieger
> [...] svnadmin dump for 1000 commits at a time[...] [...] > * Dumped revision 2062. > WARNING 0x: Referencing data in revision 1696, which is older than > the oldest dumped revision (r2001). Loading this dump into an empty > repository will fail. > > * Dumped revision 3000. > WARNING 0x0

Re: Subversion Supported vs. Unsupported versions clarification

2016-08-09 Thread Andreas Stieger
Hello, > Tenable is currently working on an update for our unsupported detection > plugins for the Nessus security scanner Which routinely causes confusion and disinformation in users as this lacks the concept fixes back-ported in distributions. > Supported Versions: 1.9.x Fully supported

Re: Subversion Exception!

2016-07-24 Thread Andreas Stieger
Gemmy Jing wrote: > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c' > line 1550: assertion failed (action == svn_wc_conflict_action_delete) You forgot about the part where you were supposed to explain what you did. That being said, up

Aw: Re: Strange merge problem

2016-07-18 Thread Andreas Stieger
Hello, > > Ideally use svn cli UI only. > > Really? I’ve had better luck using the CLI for merges. So what GUI do you > recommend using on Linux? I wrote nothing of GUI. Andreas

Re: Strange merge problem

2016-07-18 Thread Andreas Stieger
> $ svn pg svn:mergeinfo | grep branchA > /branches/branchA:28000-29203 > $ svn pe svn:mergeinfo . > Set new value for property 'svn:mergeinfo' on '.' > $ svn pg svn:mergeinfo | grep branchA > /branches/branchA:15542-29203 > $ svn mergeinfo ^/branches/branchA --show-revs=eligible > [100’s of revi

Re: SVN

2016-06-29 Thread Andreas Stieger
Hi,   >> How can we move to apache 2.4 from 2.2 for the already installed SVN. > This is quite a general question which IMHO is reasonably close to impossible > to answer. It is also the wrong question to ask! If you have to ask this question, stop and do not do it. Instead use a properly maint

Re: Performance Decrease After Moving Working Copy to Another Machine

2016-06-16 Thread Andreas Stieger
Hi, Brandon Eusebio wrote: > I am trying to move/copy a Subversion (version 1.8.10) working copy > from one linux machine to another. [...] > however the performance of svn operations becomes drastically slower. Are the machines software identical w.r.t. svn and it's dependencies? In particular,

Re: bug

2016-06-13 Thread Andreas Stieger
Update to 1.8.12 or 1.9.4 and try again. https://sourceforge.net/projects/tortoisesvn/files/1.8.12/Application/ https://sourceforge.net/projects/tortoisesvn/files/1.9.4/Application/   Andreas Gesendet: Montag, 13. Juni 2016 um 10:05 Uhr Von: lemon An: users@subversion.apache.org Betreff: bug ---

Re: which version control supports file locking and who has it locked

2016-06-06 Thread Andreas Stieger
Doug,   Doug Robinson wrote: > To be more precise, you can know who, in the past, has made changes to files > and > checked those change into the repository.  You cannot know who has made > changes > in their working copy and has not yet checked them back into the repository > (they > may never

Aw: which version control supports file locking and who has it locked

2016-06-06 Thread Andreas Stieger
Hi, > in Tortoise SVN, there is no method of locking a file until it has been > changed . Incorrect. locking, requiring locking and lock communication are supported by both plain svn and TortoiseSVN. https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-locking.html http://svnbook.red-b

Re: single file version control - was: SVN

2016-05-27 Thread Andreas Stieger
Nico Kadel-Garcia wrote: > On Fri, May 27, 2016 at 2:53 AM, Andreas Stieger > wrote: > > > > On 26/05/16 20:08, PERRY JENNINGS wrote: > >> > >> cannot use SVN because the code is for *non-object-oriented* applications > >> ; hence a single file, no

single file version control - was: SVN

2016-05-26 Thread Andreas Stieger
Hi, On 26/05/16 20:08, PERRY JENNINGS wrote: cannot use SVN because the code is for *non-object-oriented* applications ; hence a single file, not a project needs to be checked in and out of the repository. So my question is: Are you aware of a client that could be used to checkout and checkin

Re: New source for $SERF.tar.bz2

2016-05-25 Thread Andreas Stieger
Hi, Karl Burkett wrote: >Just need someone to update get-deps.sh script that is part of 1.9.4 http://svn.apache.org/viewvc?view=revision&revision=1745515 Thanks, Andreas

Re: Clarifications using Subversion

2016-04-12 Thread Andreas Stieger
Hi,   Vijay Peddamallu wrote: > can restrict “svn delete” command to limited set of users? Pre-commit hook that examines the pending transactions and rejects accordingly. http://svnbook.red-bean.com/en/1.7/svn.ref.reposhooks.pre-commit.html > If I lock source code on my name, can we apply a restr

Re: VisualSVN server / Linux client

2016-03-23 Thread Andreas Stieger
Hi,   > [...] VisualSVN server that has Basic authentication disabled. > [...] Kerberos on the Linux box; > "Error running context: The requested authentication type(s) are not > supported" when I try anything. This binary server distribution does not support Kerberos in this configuration. You

Re: rollback to previous revision

2016-02-22 Thread Andreas Stieger
Hello,   > How to rollback of a file or folder to previous revision? svn merge -rHEAD:PREV TARGET Andreas

Re: Subversion exception report

2016-02-19 Thread Andreas Stieger
Hello,   Carlos Hernandez Alaniz wrote: > In file >   > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c' >  line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3)

Re: 'D:\Development\SVN\Releases\TortoiseSVN-1.9.2\ext\subversion\subversion\libsvn_client\cleanup.c' line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))

2016-01-29 Thread Andreas Stieger
Hi, rosa scarz wrote: > Please take the time to report this on the Subversion mailing list > with as much information as possible about what > you were trying to do. You did not do that. > In file >   > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.2\ext\subversion\subversion\libsvn_client\cleanu

Re: 【Subversion Exception!】Whenever where the error occurred when downloading from 'https://github.com/MyCATApache/Mycat-download/trunk/'

2016-01-27 Thread Andreas Stieger
Hello, On 27/01/16 04:39, wpf295288299 wrote: --- Subversion Exception! --- Subversion遇到了一个严重的问题。 麻烦您花点时间将这个问题报告给Subversion 请尽量详细的描述您之前尝试的操作。 不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。 您可以登录下面的地址搜索邮件存档: http://subversion.apache.org/mailing-lists.html Subversi

Aw: Why every time execute svn command need type password explicitly

2015-12-16 Thread Andreas Stieger
朱国伟 wrote: > execute svn command in terminal every time need to enter password explicitly. You have either configured your client to never store passwords (store-auth-creds,store-passwords,store-plaintext-passwords), or rather not enable it if there is some default in your distribution... Check

Re: SVN 1.6.17 dump is growing larger than repository size (approx. more than 10 times)

2015-12-12 Thread Andreas Stieger
On 12/12/15 13:54, arun prasath wrote: For -M options - is this is the cache for processing for dump files. do I need to increase the value in MB like -M 1024 to speed up. Yes this affects processing dump files. This option is documented. It increases the size of the memory cache used to reduc

Re: undo svnadmin pack

2015-12-03 Thread Andreas Stieger
Eric Johnson wrote: > Ignacio González (Eliop) wrote: >> Is there a simple way to undo the effects of an "svnadmin pack" command? >> If not, is there a complex way? >> If needed, I can retrieve the individual files that compose the packed >> file (there is only one), but I don't know what other fil

Re: line 227: assertion failed (svn_dirent_is_absolute(dir_abspath)) In file 'D:\Development\SVN\Releases\TortoiseSVN-1.9.0\ext\subversion\subversion\libsvn_client\cleanup.c'

2015-11-30 Thread Andreas Stieger
Hello, > In file >   > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.0\ext\subversion\subversion\libsvn_client\cleanup.c' >  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath)) Can you try to update to 1.9.2 and perform the same action again? Andreas

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Andreas Stieger
Hi,   > svnadmin create $new_repo > $ svnadmin load $new_repo  < $save_path/r1.dump > for rev in `seq 162717` 2; do >   echo $rev > $ svnadmin load $new_repo  < $path_path/r${rev}.dump > done It is entirely unclear why you would first import r1, then r1 again through the seq expression, this will

Re: SVN 1.8.8 CPU 100%

2015-11-26 Thread Andreas Stieger
Hello, > [SVN to 1.8.8, 100% CPU] This may already be fixed between 1.8.8 and 1.8.14. http://svn.apache.org/repos/asf/subversion/tags/1.8.14/CHANGES Update to that and try again. Andreas  

Re: SVN Issue while connecting to the repository

2015-11-19 Thread Andreas Stieger
Hi,   > Recently we have installed SVN in a new windows server. > Migrated and loaded the users repositories in the new SVN server. > I could able to access those repositories.  > Created users, but could not able to access those repository, > login is not accepting and it prompts continuously. No

Aw: Re: Checkout hangs on invalid external URL

2015-11-12 Thread Andreas Stieger
Hello, > > On Nov 10, 2015, at 7:46 AM, s...@alagazam.net wrote: > >> We moved our repository to a new server, but didn't update the > >> svn:externals properties everywhere. [...] > > See the section beginning "Also, absolute URLs can cause problems": > > > > http://svnbook.red-bean.com/en/1.7/s

Re: Temporary repository.

2015-11-11 Thread Andreas Stieger
Hi, > due, to a datacentre migration , a temporary SVN repository was set up to > allow devs to continue working for a week or two. > > When the PROD SVN repository is brought online what is the best method of > adding the changes in the temporary repository back in to the Prod SVN > reposit

Re: Subversion Exception

2015-10-14 Thread Andreas Stieger
Hi, > In file >   > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_wc\wc_db.c' >  line 10179: assertion failed (svn_dirent_is_absolute(local_abspath)) Please update to TortoiseSVN 1.9.2 (linking against Subversion 1.9.2) and try again. Andreas

Aw: https / ssl performance, 1.8

2015-10-09 Thread Andreas Stieger
Hi, Gerard Weatherby wrote: > We've used server version 1.6 with svnserve on an existing project and it > works great. (All teams members are inside firewall) > > We have a new project with outside collaborations and some not open source > code, so we set up https:// Mod Dav using apache2 and p

Re: Svn Searcher

2015-10-07 Thread Andreas Stieger
Anil, On 08/10/15 00:40, Anil Kumar wrote: Can you please provide some document you used or prepared to install SVNSearcher on Linux? Other than http://svn-search.sourceforge.net/. You seem to be implying here that the documentation linked above did not lead you to success, and therefore you

Re: Installing a svn server on openshift

2015-10-01 Thread Andreas Stieger
Yuri Nachitov wrote: > Does anyone install the svn server on openshift or other PaaS ? Yes. ( http://www.catb.org/esr/faqs/smart-questions.html ?) Andreas

Re: 1.6 dump => 1.5 load => dump => 1.8 load : any issues expected?

2015-09-28 Thread Andreas Stieger
Hi, On 28/09/15 17:49, pjaytycy wrote: We are planning to do a dump from our current 1.6 server, load it into the new 1.5 server, continue working for a few months, dump again from the 1.5 server, upgrade to 1.8 (maybe already 1.9 by that time) and load the repos again. [...] will we lose any

Re: path based authz and write-through proxy

2015-09-25 Thread Andreas Stieger
Nico Kadel-Garcia wrote: > On Fri, Sep 25, 2015 at 7:51 AM, Andreas Stieger > wrote: > > Nico Kadel-Garcia wrote: > >> On Fri, Sep 25, 2015 at 4:37 AM, Andreas Stieger > >> wrote: > >> > Nico Kadel-Garcia wrote: > >> >> On Th

Aw: Re: path based authz and write-through proxy

2015-09-25 Thread Andreas Stieger
Hi, Nico Kadel-Garcia wrote: > On Fri, Sep 25, 2015 at 4:37 AM, Andreas Stieger > wrote: > > Nico Kadel-Garcia wrote: > >> On Thu, Sep 24, 2015 at 3:34 PM, Aaron Friesen wrote: > >> > I have been tasked with setting up a mirror of several repositories with

Re: path based authz and write-through proxy

2015-09-25 Thread Andreas Stieger
Hello,   Eric Johnson wrote: > In our deployment with mirrors, the access file is generated from information > stored in Subversion.   > The act of mirroring the repository with the access information in it > triggers the post-commit hook which updates the permissions locally. You may be interes

Re: path based authz and write-through proxy

2015-09-25 Thread Andreas Stieger
Hello, Nico Kadel-Garcia wrote: > On Thu, Sep 24, 2015 at 3:34 PM, Aaron Friesen wrote: > > I have been tasked with setting up a mirror of several repositories with > > write-through back to the master. > > What is your engineering time worth? Wandisco publishes a very nice > multi-master setup

  1   2   3   >