Re: Subversion password encryption

2012-06-26 Thread Nico Kadel-Garcia
On Mon, Jun 25, 2012 at 3:30 PM, wrote: > Hello, > > I just got through reading the "How to report a bug" page but what I have is > more of an enhancement request.  Not sure if it belongs here but I'll > writeup either way just in case. > > I am fairly new to Subversion but have nearly 20 years e

Re: Possible svnsync data loss bug?

2012-06-26 Thread Mark Phippard
On Jun 26, 2012, at 6:43 PM, Ryan Schmidt wrote: > > On Jun 26, 2012, at 12:43, Mark Phippard wrote: > >> I cannot speak to all scenarios because I have not tested them. For >> example, if the svnsync user simply had no read access to anywhere in >> the repository it seems like it ought to er

Re: Possible svnsync data loss bug?

2012-06-26 Thread Ryan Schmidt
On Jun 26, 2012, at 12:43, Mark Phippard wrote: > I cannot speak to all scenarios because I have not tested them. For > example, if the svnsync user simply had no read access to anywhere in > the repository it seems like it ought to error. But that scenario > aside, the way that svnsync works i

Re: Possible svnsync data loss bug?

2012-06-26 Thread Stefan Sperling
On Tue, Jun 26, 2012 at 10:13:50PM +0200, Johan Corveleyn wrote: > On Tue, Jun 26, 2012 at 8:07 PM, wrote: > > Any reason svnsync couldn't grow a "--fail-on-access-error" option? > > Sure, I think that could be useful (as long as it's not the default > (backwards compat)). Would printing a warn

Re: Possible svnsync data loss bug?

2012-06-26 Thread Johan Corveleyn
On Tue, Jun 26, 2012 at 8:07 PM, wrote: >> > I was about to ask if svnsync would get access denied errors... but I >> > did >> > another test which, I think, answered my own question:  If I run "svn >> > log" >> > against a repository to which I have only access to part of, revs in the >> > areas

Re: ViewVC and shell scripts

2012-06-26 Thread Johan Corveleyn
On Tue, Jun 26, 2012 at 5:39 PM, Phil Pinkerton wrote: > Any particular reason I cannot view/annotate a shell script using the latest > ViewVC provided with Subversion Edge ? > Maybe Subversion (or ViewVC) thinks it's not text for some reason? Maybe check the svn:mime-type property on the file o

Re: Possible svnsync data loss bug?

2012-06-26 Thread kmradke
> > I was about to ask if svnsync would get access denied errors... but I did > > another test which, I think, answered my own question: If I run "svn log" > > against a repository to which I have only access to part of, revs in the > > areas I don't have access to will show up as "(no author)

Re: Possible svnsync data loss bug?

2012-06-26 Thread Mark Phippard
On Fri, Jun 22, 2012 at 5:21 PM, Trent Fisher wrote: > I was about to ask if svnsync would get access denied errors... but I did > another test which, I think, answered my own question:  If I run "svn log" > against a repository to which I have only access to part of, revs in the > areas I don't

Re: Possible svnsync data loss bug?

2012-06-26 Thread Trent Fisher
On 06/22/2012 08:17 PM, Nico Kadel-Garcia wrote: On Fri, Jun 22, 2012 at 5:21 PM, Trent Fisher wrote: On 06/22/2012 01:59 PM, Mark Phippard wrote: On Fri, Jun 22, 2012 at 1:52 PM, Trent Fisher wrote: I just ran into a rather frightening problem. We do replications via svnsync for backup p

ViewVC and shell scripts

2012-06-26 Thread Phil Pinkerton
Any particular reason I cannot view/annotate a shell script using the latest ViewVC provided with Subversion Edge ? Phil

Re: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Stefan Sperling
On Tue, Jun 26, 2012 at 02:50:33PM +, Mark Bertenshaw wrote: > Stefan - > > Thanks verifying this point. As a related matter, the error code returned in > my case just happened to be 1. Is there a list of standard error codes > returned from SVN ? I believe it is always either 0 or 1 at the

Re: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Thorsten Schöning
Guten Tag Mark Bertenshaw, am Dienstag, 26. Juni 2012 um 16:38 schrieben Sie: > On the other hand, I can't find an > option for SVN ADD which says "ignore versioned files". I think --force is what you're looking for. svn help add Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schönin

RE: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
Stefan - Thanks verifying this point. As a related matter, the error code returned in my case just happened to be 1. Is there a list of standard error codes returned from SVN ? Regards, -- Mark Bertenshaw -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 26 June 2

Re: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Stefan Sperling
On Tue, Jun 26, 2012 at 01:58:56PM +, Mark Bertenshaw wrote: > Hi - > > I have just cleared up a build issue which resulted from upgrading from > Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any > newly created component logs with: > > SVN ADD -q $APPROOT/LOG

Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
Hi - I have just cleared up a build issue which resulted from upgrading from Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any newly created component logs with: SVN ADD -q $APPROOT/LOGS/* In both versions of Subversion, this raises an error saying that the log f

Re: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Andy Levy
Please send plain text to the mailing list. On Tue, Jun 26, 2012 at 9:58 AM, Mark Bertenshaw wrote: > > Hi - > > > > I have just cleared up a build issue which resulted from upgrading from > Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any > newly created component l

Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
Hi - I have just cleared up a build issue which resulted from upgrading from Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any newly created component logs with: SVN ADD -q $APPROOT/LOGS/* In both versions of Subversion, this raises an error saying that the log f

RE: Nested status if external link folder have another external link folder under it

2012-06-26 Thread Bert Huijben
The nested status is a TortoiseSVN specific status that tells you that there is a working copy below the parent working copy (a ‘nested’ working copy). This is exactly how externals are implemented in Subversion, so I would recommend leaving it at this. Bert From: 許阿光 [mail

RE: moving files in repobrowser generates mergeinfo

2012-06-26 Thread James French
From: Stefan Sperling [s...@elego.de] Sent: 26 June 2012 10:06 To: James French Cc: users@subversion.apache.org Subject: Re: moving files in repobrowser generates mergeinfo On Tue, Jun 26, 2012 at 09:47:06AM +0100, James French wrote: > Thanks Stefan. I wi

Re: moving files in repobrowser generates mergeinfo

2012-06-26 Thread Stefan Sperling
On Tue, Jun 26, 2012 at 09:47:06AM +0100, James French wrote: > Thanks Stefan. I wish it didn't add that mergeinfo. Actually if mergeinfo was > entirely internal I wouldn't care what it did (as long as it worked). Its all > the checkin clutter that upsets me. How much clutter do you have? If you

RE: moving files in repobrowser generates mergeinfo

2012-06-26 Thread James French
From: Stefan Sperling [s...@elego.de] Sent: 25 June 2012 18:59 To: James French; users@subversion.apache.org Subject: Re: moving files in repobrowser generates mergeinfo On Mon, Jun 25, 2012 at 07:55:05PM +0200, Stefan Sperling wrote: > On Mon, Jun 25, 201

AW: Issue: svn:externals syntax does not accept -rHEAD

2012-06-26 Thread Ruhe Julian
Hello Johan, Yes, you understood my request correctly. I will create an issue today. Regarding the implementation a simple, automatic replacement of "-rHEAD path@peg" by "-r{revision of HEAD} path@peg" on each access should do the job perfectly (plus parser modification of course). Thank you a