missing key from subversion-1.14.4.KEYS?

2024-10-17 Thread Gary Martin
;t check signature: No public key ... until I was able to find a key for rinrab and import that too. Cheers, Gary -- THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY AND MAY BE PRIVILEGED If this message was misdirected, Cirata Ltd. and its subsidiaries, ("Cirata&quo

This application has halted due to an unexpected error.

2013-08-12 Thread Gary Gregory
Hi All: Crash report attached. -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog

Re: "svn cl" input from "svn st"

2012-04-26 Thread Gary
- Original Message - From: Stefan Sperling ... > You can put these commands into a shell script to automate the task. > > Of course, it would be nicer if 'svn' had its own way of adding a > select subset of files in the working copy to a changelist based on > some criteria. But no such fe

Re: "svn cl" input from "svn st"

2012-04-26 Thread Gary
> From: Stefan Sperling > > On Thu, Apr 26, 2012 at 09:02:17AM +0100, Gary wrote: > > I'm just wondernig if it's possible to pipe or otherwise use the output > > from "svn st" into the "svn cl XYZ" command (for the file paths / names, > >

"svn cl" input from "svn st"

2012-04-26 Thread Gary
I'm just wondernig if it's possible to pipe or otherwise use the output from "svn st" into the "svn cl XYZ" command (for the file paths / names, obviously). I can't even see any option to "svn st" that gives *only* file names/paths :( The -q option seems to give the same output as "svn st" witho

Re: Repo moved - how to update working copies

2012-04-25 Thread Gary
Many thanks. I'll give that a go. I just hope the new server isn't 1.7, because I know the old one was 1.6. - Original Message - From: Stefan Sperling On Wed, Apr 25, 2012 at 09:23:31AM +0100, Gary wrote: > The repo that I got my working copies from has moved, so I n

Repo moved - how to update working copies

2012-04-25 Thread Gary
The repo that I got my working copies from has moved, so I need to update them somehow. What is involved, please?

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
- Original Message - From: Giulio Troccoli > Why is it showing files in trunk when you're log command is for > branches/working ? Or have you just pasted the wrong command? Nope, that's the command. I mean, it *is* the log, so... shouldn't it? The commands for trunk and

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
- Original Message - From: Giulio Troccoli On 02/04/12 11:51, Gary wrote: > - Original Message - > From: Giulio Troccoli > On 02/04/12 11:10, Gary wrote: >> - Original Message - >> From: Giulio Troccoli >>> On 02/04/12 10:24, Gary wrote: >&

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
- Original Message - From: Giulio Troccoli On 02/04/12 11:10, Gary wrote: > - Original Message - > From: Giulio Troccoli >> On 02/04/12 10:24, Gary wrote: >>>> that still doesn't explain to me why svnsync barfs on those (not) >>>> missi

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
- Original Message - From: Giulio Troccoli > On 02/04/12 10:24, Gary wrote: >> This is perhaps better: >> >> $ svn log svn://devel.// >> [snip] >> >> r84 | gpspbu | 2011-06-2

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
From: Ulrich Eckhardt >> I imagine they are/were in a branch, which AFAIK is no longer >> available. Is there any way to get around this? Assuming that's >> the problem, of course. > > Do you know more about this branch and how it was removed? Just "svn > delete"ing a branch doesn't cause revision

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
From: Giulio Troccoli On 02/04/12 08:27, Gary wrote: >> - Original Message - >> From: Henrik Sundberg >> >>> Do you have a precommit hook now that was not there when revs 81-82 >> were committed? >> There are no hooks as far as I know. (I'm

Re: svnsync: Error while replaying commit

2012-04-02 Thread Gary
u, 23 Jun 2011) | 1 line   Added a PhoneNumberUnlocker   On Fri, Mar 30, 2012 at 15:25, Gary wrote: > I see a lot of reports of this error, but little in the way of > clear information as to what it might me

svnsync: Error while replaying commit

2012-03-30 Thread Gary
I see a lot of reports of this error, but little in the way of clear information as to what it might mean, or how to fix it: $ svnsync sync file://`pwd`/dest Committed revision 1. Copied properties for revision 1. Transmitting file data . [...] Committed revision 79. Copied pro

Lost changes

2012-02-23 Thread Gary Weinfurther
Adapter for Eclipse 1.6.12 Subversion JavaHL 1.6.17 SVN Team Provider Core 1.6.18 Versions 1.1.10 Build 1029 I am not subscribed. Please CC me on replies. Gary

can I use svn:externals instead of svn copy to create a tag?

2010-06-10 Thread Gary Hallmark
X -r123 ^trunk version_1.0 Cheers, Gary

Re: Using subversion (or something else?)

2010-05-22 Thread Gary
Ryan Schmidt wrote: > On May 22, 2010, at 06:24, Gary wrote: >> , >> | $ svn copy http://svn.example.com/repos/vendor/libcomplex/1.0 \ >> >> |http://svn.exampl

Re: Using subversion (or something else?)

2010-05-22 Thread Gary
Les Mikesell wrote: > On 5/21/2010 8:52 AM, Gary . wrote: >> Accessing the jg project is fine: >> j...@work ~/work/svntest >> $ svn list file:///mnt/h/svn/jg >> .bashrc [...] > Which has nothing to do with the location you tried to use in the > failing import. N

Re: Using subversion (or something else?)

2010-05-21 Thread Gary .
On Fri, May 21, 2010 at 11:58 AM, Ryan Schmidt wrote: > The Vendor Branches chapter in the book addresses how you can handle this in > Subversion. > > http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html Hrmph. I couldn't get the example in the doc to work whentrying it with a toy exampl

Re: Using subversion (or something else?)

2010-05-21 Thread Gary .
On Fri, May 21, 2010 at 11:58 AM, Ryan Schmidt wrote: > On May 21, 2010, at 04:32, Gary . wrote: > >> We use a product which we >> customise and add features to, both of which mean changing the >> source. Sometimes these changes also get accepted by the vendor >>

Using subversion (or something else?)

2010-05-21 Thread Gary .
I am trying to decide, or at least get information to help me decide, whether subversion or "something else" would be suitable for us. Let me explain the situation. We use a product which we customise and add features to, both of which mean changing the source. Sometimes these changes also get acce

Re: svn merge issues after upgrading server from 1.4.3 to 1.6.6 - unexpected property changes (deleted svn:mergeinfo)

2010-03-25 Thread Gary M. Gere
-Hi Bob, First off, thank you very much for your quick reply. We were running a 1.4.2 subversion server, and upgraded the subversion server to 1.6.6. The clients have not changed in any way, and were a mix of 1.4, 1.5 and 1.6 clients that used "http" only to communicate with the subversion se

svn merge issues after upgrading server from 1.4.3 to 1.6.6 - unexpected property changes (deleted svn:mergeinfo)

2010-03-25 Thread Gary M. Gere
-All, This is my first time posting to this alias; I apologize in advance for any protocol mistakes, but we are in a serious situation and I need to get some guidance/help as soon as possible. I tried searching through the issues database but could not find anything that appeared to be the i