disable security hole in svn+ssh?

2011-07-26 Thread Andy Canfield
I was trying to get http, svn, and svn+ssh to work. HERE IT IS USING HTTP: *svn info http://athol/svn/subdoc Authentication realm: Athol Subversion Repository Password for 'andy': Path: subdoc URL: http://athol/svn/subdoc Repository Root: http://athol/svn/subdoc Repository U

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > could not access my alpha2 created repository from beta2 using > mod_dav_svn and apache. That's expected. Did you get the error documented at http://subversion.apache.org/docs/release-notes/1.7#revprop-packing or some other error?

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Tony Butt
On Tue, 2011-07-26 at 11:13 +0200, Mario Brandt wrote: > >> This is because the repository format changed slightly between the alpha > >> releases and the beta2 release. You will need to re-create the > >> repository. > >> I had the exact same problem, dump and load into a new repository worked > >

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/11 5:14 PM, Andy Canfield wrote: I shy away from svnsync right now because it requires me to get TWO of these Subversion systems running. At present I am almost able to get one running. Almost. You don't need a 2nd server. Svnsync is a client to both repos, but the side it is writin

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/11 4:23 PM, Andreas Krey wrote: Because the commit came from my WC. My WC was up to date before the commit, and the only things that change have been in my WC already, so there is no possible way my WC can not be up to date. Except that it 'forgets' to update the WC revision info, and r

Re: My Backup Script

2011-07-26 Thread Andy Canfield
On 07/27/2011 01:34 AM, Nico Kadel-Garcia wrote: On Tue, Jul 26, 2011 at 2:33 AM, Andy Canfield wrote: For your information, this is my backup script. It produces a zip file that can be tranported to another computer. The zip file unpacks into a repository collection, giving, for each reposito

Re: My Backup Script

2011-07-26 Thread Andreas Krey
On Tue, 26 Jul 2011 15:59:59 +, Les Mikesell wrote: ... > >Because the commit came from my WC. My WC was up to date before the > >commit, and the only things that change have been in my WC already, > >so there is no possible way my WC can not be up to date. Except that it > >'forgets' to update

Re: Replacing symlink exhibits unexpected error

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 02:10:59PM -0700, Mattius McLaughlin wrote: > On 07/19/11 12:04, Mattius McLaughlin wrote: > >Hi All, > > > > I'm encountering some strange behaviour with replacing a symlink > >with a real file in the repository and wanted to know if what I > >was seeing is a bug or whethe

Re: Replacing symlink exhibits unexpected error

2011-07-26 Thread Mattius McLaughlin
On 07/19/11 12:04, Mattius McLaughlin wrote: Hi All, I'm encountering some strange behaviour with replacing a symlink with a real file in the repository and wanted to know if what I was seeing is a bug or whether I'm doing something wrong. I'd like to replace the file in one commit, but Su

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/2011 3:03 PM, Andreas Krey wrote: On Tue, 26 Jul 2011 13:55:17 +, Les Mikesell wrote: ... How could it possibly be up to date if there has been a commit since the last time it was updated? Because the commit came from my WC. My WC was up to date before the commit, and the only thin

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Geoff Hoffman
On Tue, Jul 26, 2011 at 1:20 PM, Dan Yost wrote: > On Tue, Jul 26, 2011 at 3:11 PM, Geoff Hoffman > wrote: > > Long shot here... this is probably off base, as I am not that experienced > > with lower-level SSL problems, but are you by chance using an issuer that > > provides an intermediary cert

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Dan Yost
On Tue, Jul 26, 2011 at 3:11 PM, Geoff Hoffman wrote: > Long shot here... this is probably off base, as I am not that experienced > with lower-level SSL problems, but are you by chance using an issuer that > provides an intermediary certificate? > For example, to install an SSL cert from GoDaddy,

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Geoff Hoffman
Long shot here... this is probably off base, as I am not that experienced with lower-level SSL problems, but are you by chance using an issuer that provides an intermediary certificate? For example, to install an SSL cert from GoDaddy, you have to also include the gd_bundle.crt. The Wikipedia arti

Re: My Backup Script

2011-07-26 Thread Andreas Krey
On Tue, 26 Jul 2011 13:55:17 +, Les Mikesell wrote: ... > How could it possibly be up to date if there has been a commit since the > last time it was updated? Because the commit came from my WC. My WC was up to date before the commit, and the only things that change have been in my WC already

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Dan Yost
On Tue, Jul 26, 2011 at 2:32 PM, Daniel Shahaf wrote: > Daniel Shahaf wrote on Tue, Jul 26, 2011 at 22:19:13 +0300: >> Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: >> > Or to state the below (pardon the top-post) much more simply: the >> > --trust-server-cert flag does not work. It fails

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Dan Yost
On Tue, Jul 26, 2011 at 2:19 PM, Daniel Shahaf wrote: > Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: >> Or to state the below (pardon the top-post) much more simply: the >> --trust-server-cert flag does not work. It fails to perform its >> singular function, which is...to force trust of

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Jul 26, 2011 at 22:19:13 +0300: > Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: > > Or to state the below (pardon the top-post) much more simply: the > > --trust-server-cert flag does not work. It fails to perform its > > singular function, which is...to force t

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Daniel Shahaf
Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: > Or to state the below (pardon the top-post) much more simply: the > --trust-server-cert flag does not work. It fails to perform its > singular function, which is...to force trust of the server cert, > right? > Its function is to accept cert

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/2011 1:47 PM, Andreas Krey wrote: This is one of the high strangitude svn behaviour artefacts: That you can't do two consecutive commits without getting an error (in some relatively popular cases). And you generally shouldn't be doing that unless there is some special need to avoid pi

Re: My Backup Script

2011-07-26 Thread Andreas Krey
On Tue, 26 Jul 2011 11:53:15 +, Les Mikesell wrote: > On 7/26/2011 11:42 AM, Andreas Krey wrote: ... > >This is one of the high strangitude svn behaviour artefacts: That you > >can't do two consecutive commits without getting an error (in some > >relatively popular cases). > > And you generall

Re: Moving Repositories to New server

2011-07-26 Thread David Chapman
On 7/26/2011 9:48 AM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 09:22:04AM -0700, David Chapman wrote: On 7/26/2011 8:44 AM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote: If the processor architectures differ, copying the repositories directly won't

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Dan Yost
Or to state the below (pardon the top-post) much more simply: the --trust-server-cert flag does not work. It fails to perform its singular function, which is...to force trust of the server cert, right? (Though I still think something else is going on, I can start there). On Mon, Jul 25, 2011 at

Re: 1.7 compatibility issue

2011-07-26 Thread Ivan Zhakov
On Tue, Jul 26, 2011 at 20:45, Ivan Zhakov wrote: > On Tue, Jul 26, 2011 at 20:25, Ivan Zhakov wrote: >> On Tue, Jul 26, 2011 at 13:37, Becker, Thomas >> wrote: >>> Yes, actually starts with svn. The URL looks like this: >>> https://:8443/svn/ >>> >>> Regards, >>>  Thomas >>> >> Could you

Re: My Backup Script

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 06:42:39PM +0200, Andreas Krey wrote: > On Tue, 26 Jul 2011 10:09:47 +, Les Mikesell wrote: > ... > > Yes, but it is then a mixed rev and needs an update. That is, the > > changes you committed belong to the rev the commit creates while the > > unchanged files belong

Re: Moving Repositories to New server

2011-07-26 Thread kmradke
Phil Pinkerton wrote on 07/26/2011 09:35:02 AM: > Are there any know issues with regards to moving Repositories from one > platform to another ? > > Will the old Repositories maintain their current SVN revision ? > > Current platform Sun Solaris 10: SVN 1.6.5 > Target platform Red Hat Enterprise

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/2011 11:42 AM, Andreas Krey wrote: On Tue, 26 Jul 2011 10:09:47 +, Les Mikesell wrote: ... Yes, but it is then a mixed rev and needs an update. That is, the changes you committed belong to the rev the commit creates while the unchanged files belong to the rev of the prior update or

Re: Moving Repositories to New server

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 09:22:04AM -0700, David Chapman wrote: > On 7/26/2011 8:44 AM, Stefan Sperling wrote: > >On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote: > >>If the processor architectures differ, copying the repositories > >>directly won't work unless changes to the repositor

Re: 1.7 compatibility issue

2011-07-26 Thread Ivan Zhakov
On Tue, Jul 26, 2011 at 20:25, Ivan Zhakov wrote: > On Tue, Jul 26, 2011 at 13:37, Becker, Thomas wrote: >> Yes, actually starts with svn. The URL looks like this: >> https://:8443/svn/ >> >> Regards, >>  Thomas >> > Could you please try to add explicit ServerName configuration > directive

Re: My Backup Script

2011-07-26 Thread Andreas Krey
On Tue, 26 Jul 2011 10:09:47 +, Les Mikesell wrote: ... > Yes, but it is then a mixed rev and needs an update. That is, the > changes you committed belong to the rev the commit creates while the > unchanged files belong to the rev of the prior update or checkout. This is one of the high str

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Geoff Hoffman
On Tue, Jul 26, 2011 at 9:27 AM, Damien Mistic wrote: > And I maintain the final aim is absolutely not the same as ‘export’ does. > If you say so. I'm not sure how that could be possible given my understanding of the svn export command. Anyway, glad you got it sorted out!

Re: 1.7 compatibility issue

2011-07-26 Thread Ivan Zhakov
On Tue, Jul 26, 2011 at 13:37, Becker, Thomas wrote: > Yes, actually starts with svn. The URL looks like this: > https://:8443/svn/ > > Regards, >  Thomas > Could you please try to add explicit ServerName configuration directive to "%VISUALSVN_SERVER%\conf\httpd-custom.conf" file and restart

Re: Moving Repositories to New server

2011-07-26 Thread David Chapman
On 7/26/2011 8:44 AM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote: If the processor architectures differ, copying the repositories directly won't work unless changes to the repository format have been made recently. I had a problem when copying a reposito

Re: 1.7 compatibility issue

2011-07-26 Thread Mark Phippard
On Tue, Jul 26, 2011 at 11:44 AM, Becker, Thomas wrote: > Sorry for the confusion: stands for svn/, stands for > . The URL looks like https:// > :8443/svn/. > So you are saying you cannot even do svn ls against a repository? The automated test suite would exercise that. It could be s

Re: Moving Repositories to New server

2011-07-26 Thread Les Mikesell
On 7/26/2011 10:44 AM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote: If the processor architectures differ, copying the repositories directly won't work unless changes to the repository format have been made recently. I had a problem when copying a reposit

Re: AW: My Backup Script

2011-07-26 Thread Andreas Krey
On Tue, 26 Jul 2011 16:11:27 +, Markus Schaber wrote: ... > > Von: Andy Canfield [mailto:andy.canfi...@pimco.mobi] ... > > disk, and thus not to be trusted too much. For safety an external hard > > disk, flushed, should be good enough. No need for an entire other host. > > Yes? > > Only if the

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Sorry for the confusion: stands for svn/, stands for . The URL looks like https://:8443/svn/. Regards, Thomas Von: Mark Phippard [mailto:markp...@gmail.com] Gesendet: Dienstag, 26. Juli 2011 16:54 An: Becker, Thomas Cc: users@subversion.apache

Re: Moving Repositories to New server

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote: > If the processor architectures differ, copying the repositories > directly won't work unless changes to the repository format have > been made recently. I had a problem when copying a repository from > a 64-bit x86 machine to a 32-bit

Re: Question about commit/udpate inside externals

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 05:08:52PM +0200, Thomas Clement wrote: > Hello list, > > I have a repository which contains an external to another repository with a > fixed revision number. > Something like: "-rxxx svn+ssh://..." > > I noticed I can make modifications inside this external and commit th

Re: Moving Repositories to New server

2011-07-26 Thread David Chapman
On 7/26/2011 8:08 AM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 10:35:02AM -0400, Phil Pinkerton wrote: Are there any know issues with regards to moving Repositories from one platform to another ? Will the old Repositories maintain their current SVN revision ? Current platform Sun Solaris

Re: Question about commit/udpate inside externals

2011-07-26 Thread Geoff Hoffman
On Tue, Jul 26, 2011 at 8:08 AM, Thomas Clement wrote: > Hello list, > > I have a repository which contains an external to another repository with a > fixed revision number. > Something like: "-rxxx svn+ssh://..." > > I noticed I can make modifications inside this external and commit the > modific

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Les Mikesell
On 7/26/2011 9:58 AM, Geoff Hoffman wrote: Ah - I thought someone mentioned cygwin ... sorry. Could you create a PHP script specifically for this? There are lots of recursive directory walk scripts online. I'm sure you have a reason why svn export won't work but are you certain? That's what it's

Re: Moving Repositories to New server

2011-07-26 Thread Giulio Troccoli
On 26/07/11 15:35, Phil Pinkerton wrote: Are there any know issues with regards to moving Repositories from one platform to another ? Will the old Repositories maintain their current SVN revision ? Current platform Sun Solaris 10: SVN 1.6.5 Target platform Red Hat Enterprise 5 SVN 1.6.17 ( Su

Re: My Backup Script

2011-07-26 Thread Les Mikesell
On 7/26/2011 7:48 AM, Andy Canfield wrote: As I understand Subversion, [a] The server has no idea who has a working copy. [b] The checkout builds a working copy on the workstation from the server's repository. [c] What is on the developers hard disk is a working copy. [d] What is on the develope

Question about commit/udpate inside externals

2011-07-26 Thread Thomas Clement
Hello list, I have a repository which contains an external to another repository with a fixed revision number. Something like: "-rxxx svn+ssh://..." I noticed I can make modifications inside this external and commit the modifications. At which point the external is actually above its fixed revi

Re: Moving Repositories to New server

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 10:35:02AM -0400, Phil Pinkerton wrote: > Are there any know issues with regards to moving Repositories from one > platform to another ? > > Will the old Repositories maintain their current SVN revision ? > > Current platform Sun Solaris 10: SVN 1.6.5 > Target platform Red

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Geoff Hoffman
>> *From:* Geoff Hoffman >> *Sent:* Tuesday, July 26, 2011 4:05 PM >> *To:* users@subversion.apache.org >> *Subject:* Re: How to clean the working dir from .svn folders ? >> >> I believe you can use a bash script similar to the following, but you may >> need to set a flag from PHP so that cron ru

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Geoff Hoffman
> > > *From:* Geoff Hoffman > *Sent:* Tuesday, July 26, 2011 4:05 PM > *To:* users@subversion.apache.org > *Subject:* Re: How to clean the working dir from .svn folders ? > > I believe you can use a bash script similar to the following, but you may > need to set a flag from PHP so that cron runni

Re: 1.7 compatibility issue

2011-07-26 Thread Mark Phippard
On Tue, Jul 26, 2011 at 4:34 AM, Becker, Thomas wrote: > Hi, > > ** ** > > I tried to list a repository served by Visual SVN 2.1.9 (Subversion 1.6.17, > Apache 2.2.19) with a Windows 1.7 pre-release client downloaded from > Collabnet ( > https://ctf.open.collab.net/sf/frs/do/viewRelease/proje

Re: Moving Repositories to New server

2011-07-26 Thread Neil Bird
Around about 26/07/11 15:35, Phil Pinkerton typed ... Questions : Switch vs relocate ? Effects of load into a new Subversion version ? That all sounds fine¹; you will need 'svn switch --relocate ' to maintain each existing working copy, as you surmised. The only thi

Moving Repositories to New server

2011-07-26 Thread Phil Pinkerton
Are there any know issues with regards to moving Repositories from one platform to another ? Will the old Repositories maintain their current SVN revision ? Current platform Sun Solaris 10: SVN 1.6.5 Target platform Red Hat Enterprise 5 SVN 1.6.17 ( Subversion Edge ) Planned steps (Creating a s

AW: My Backup Script

2011-07-26 Thread Markus Schaber
Hi, > Von: Andy Canfield [mailto:andy.canfi...@pimco.mobi] > > And make /backup a separate filesystem, preferably on a different host > > or some disk storage that runs independently from the host. > In Linux a separate "filesystem" is often another partition on the hard > disk, and thus not to be

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Geoff Hoffman
I believe you can use a bash script similar to the following, but you may need to set a flag from PHP so that cron running as root or admin has permission to delete them. Hope it helps- #!/bin/sh echo "recursively removing .svn folders from" pwd rm -rf `find . -type d -name .svn`

RE: Custom diff3 command

2011-07-26 Thread Adam Downer
Apologies, responded to wrong email L From: Adam Downer Sent: 26 July 2011 14:03 To: Adam Downer; Arpe, Kevin C; users@subversion.apache.org Subject: RE: Custom diff3 command Nope, besides, it will be a suitable send off for Jira to cause you a final bit of pain in using it J From: Ada

RE: Custom diff3 command

2011-07-26 Thread Adam Downer
Nope, besides, it will be a suitable send off for Jira to cause you a final bit of pain in using it J From: Adam Downer [mailto:adam.dow...@ri3k.com] Sent: 20 June 2011 16:39 To: Arpe, Kevin C; users@subversion.apache.org Subject: RE: Custom diff3 command You will need to write a wrapper s

Re: My Backup Script

2011-07-26 Thread Andy Canfield
On 07/26/2011 04:20 PM, Stefan Sperling wrote: On Tue, Jul 26, 2011 at 01:33:09PM +0700, Andy Canfield wrote: For your information, this is my backup script. It produces a zip file that can be tranported to another computer. The zip file unpacks into a repository collection, giving, for each r

strange merge conflict wrt. keywords

2011-07-26 Thread Becker, Thomas
Hi, We encountered a strange merge conflict: A branch was created from trunk, nothing was ever committed to this branch and this branch was never the source of a merge. After some time, when merging from trunk to the freshly checked-out branch we got a text conflict for a particular file.

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Damien Mistic
Hello, as svn is the owner of .svn directories I suppose it can delete them. More over according to my experience process launched into exec() have more rights that other php functions. For help here is my possible workflow : checkout some commits delete the working directory I'm in local on Win

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Yes, actually starts with svn. The URL looks like this: https://:8443/svn/ Regards, Thomas -Ursprüngliche Nachricht- Von: Ivan Zhakov [mailto:i...@visualsvn.com] Gesendet: Dienstag, 26. Juli 2011 11:26 An: Becker, Thomas Cc: users@subversion.apache.org Betreff: Re: 1.7 compatibil

Re: Subtle mistake in the German help text for export

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 10:39:03AM +0200, Ulrich Eckhardt wrote: > Hi! > > The output of "svn help export" contains these sentences: > > Ohne Angabe von REV werden alle lokalen Änderungen beibehalten. > Objekte, die sich nicht unter Versionskontrolle befinden, werden > in diesem Fall

Re: 1.7 compatibility issue

2011-07-26 Thread Ivan Zhakov
On Tue, Jul 26, 2011 at 12:34, Becker, Thomas wrote: > Hi, > > > > I tried to list a repository served by Visual SVN 2.1.9 (Subversion 1.6.17, > Apache 2.2.19) with a Windows 1.7 pre-release client downloaded from > Collabnet > (https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.s

Re: My Backup Script

2011-07-26 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 01:33:09PM +0700, Andy Canfield wrote: > For your information, this is my backup script. It produces a zip > file that can be tranported to another computer. The zip file > unpacks into a repository collection, giving, for each repository, a > hotcopy of the repository and a

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Mario Brandt
>> This is because the repository format changed slightly between the alpha >> releases and the beta2 release. You will need to re-create the >> repository. >> I had the exact same problem, dump and load into a new repository worked >> for me. The issues are not the repos. I can access my 1.6.17 a

Re: Subtle mistake in the German help text for export

2011-07-26 Thread Ryan Schmidt
On Jul 26, 2011, at 03:39, Ulrich Eckhardt wrote: > The output of "svn help export" contains these sentences: > >Ohne Angabe von REV werden alle lokalen Änderungen beibehalten. >Objekte, die sich nicht unter Versionskontrolle befinden, werden >in diesem Fall auch nicht kopiert. > > C

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Tue, Jul 26, 2011 at 18:42:46 +1000: > On Tue, 2011-07-26 at 10:04 +0200, Mario Brandt wrote: > > I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried > > the alphas before. With none of it I'm able to use SVNParentPath. I'm > > getting > > > > > > Could not open

Re: copying subdirectories in subversion 1.7

2011-07-26 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jul 26, 2011 at 09:11:57 +0200: > Von: Daniel Shahaf > > Perhaps you'd be interested in contributing to the implementation of > > this feature? > > Yes, I am, but I've only very limited time to work on it while being at > home. I see. Hope you find the time for it :)

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Tony Butt
On Tue, 2011-07-26 at 10:04 +0200, Mario Brandt wrote: > I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried > the alphas before. With none of it I'm able to use SVNParentPath. I'm > getting > > > Could not open the requested SVN filesystem > > This is because the repository for

1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Hi, I tried to list a repository served by Visual SVN 2.1.9 (Subversion 1.6.17, Apache 2.2.19) with a Windows 1.7 pre-release client downloaded from Collabnet (https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.svn _binaries.windows ). With the "alpha" and "beta" clients I

Subtle mistake in the German help text for export

2011-07-26 Thread Ulrich Eckhardt
Hi! The output of "svn help export" contains these sentences: Ohne Angabe von REV werden alle lokalen Änderungen beibehalten. Objekte, die sich nicht unter Versionskontrolle befinden, werden in diesem Fall auch nicht kopiert. Compare this to the English version: If REV is not sp

SVN 1.7 SVNParentPath broken

2011-07-26 Thread Mario Brandt
I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried the alphas before. With none of it I'm able to use SVNParentPath. I'm getting Could not open the requested SVN filesystem the same error if that wouldn't be a repo instead of showing the list of repos. my config

AW: How to clean the working dir from .svn folders ?

2011-07-26 Thread Markus Schaber
Hi, Thorsten, Von: Thorsten Schöning [mailto:tschoen...@am-soft.de] > > Warning: unlink(svn/.svn/all-wcprops) [function.unlink]: Permission > > denied in C:\wamp\www\lang_editor\include\functions.inc.php on line > > 325 > > If you don't have permission executing unlink on those files, doing it >

Re: Source code lines transposed on checkout

2011-07-26 Thread Ulrich Eckhardt
On Monday 25 July 2011, Jeff Abbott wrote: > I have on two occasions had two lines of code transposed on an SVN Tortoise > checkout. I have never ever heard of any such thing, and I'm very surprised by it. Just to make sure, did you try a different editor? I could imagine crappy tools getting co

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Thorsten Schöning
Guten Tag Damien Mistic, am Dienstag, 26. Juli 2011 um 00:00 schrieben Sie: > Warning: unlink(svn/.svn/all-wcprops) [function.unlink]: Permission denied > in C:\wamp\www\lang_editor\include\functions.inc.php on line 325 If you don't have permission executing unlink on those files, doing it within

Re: My Backup Script

2011-07-26 Thread David Chapman
On 7/25/2011 11:33 PM, Andy Canfield wrote: For your information, this is my backup script. It produces a zip file that can be tranported to another computer. The zip file unpacks into a repository collection, giving, for each repository, a hotcopy of the repository and a dump of the repository

Re: configure subversion for no history

2011-07-26 Thread Thorsten Schöning
Guten Tag Kent Rollins, am Montag, 25. Juli 2011 um 19:29 schrieben Sie: > Is there a way to configure Subversion to *not* store a history on > certain files? No. > I have a few people checking in some large binaries > and we really don't need to store history on them. We only need the > last c

AW: copying subdirectories in subversion 1.7

2011-07-26 Thread Markus Schaber
Hi, Daniel, Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Markus Schaber wrote on Mon, Jul 25, 2011 at 15:57:00 +0200: > > Hi, Stefan, > > > > Von: Stefan Sperling [mailto:s...@elego.de] > > > > So I'm not only "detaching" subdirectories, but also "re-implanting" > > > > them afterwards.