Re: Question about web access to SVN repository ....

2012-08-29 Thread Lorenz
Anastasio, David M CTR USAF AFMC AFLCMC/HNID wrote: >My current configuration is Subversion 1.7.6 with Apache server 2.2.22 and >TortoiseSVN client (not sure which version at the moment), running on >Windows 2003 Server. > >On the local machine, I can access the SVN repository through the file:///

Re: vendor branch merge: how to highlight patches for review?

2012-08-29 Thread Ryan Schmidt
On Aug 29, 2012, at 13:08, Q. Chap wrote: >>> [SNIP] >> I think that last command needs the 2nd form of 'svn diff' syntax, >> because you're comparing an (arbitrary) url with a working copy path: >> >> So that would be: >> >> $ svn diff --summarize \ >> --old=http://svn.example.com/repos/vendo

Re: vendor branch merge: how to highlight patches for review?

2012-08-29 Thread Q. Chap
> > > > Couple of questions: > > > > 1. "--summarize" complains that it can only work on URL-URL diffs.  Is > > there a work around? > > No. > > Well, maybe you could do something like >  svn diff | grep ^Index > to obtain a list of filenames from the full diff output? > Interesting idea. Out cur

Re: Adding older vendor releases to an established vendor branch

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 04:16:59PM -0400, Ryan Lange wrote: > Hello again, > > As I mentioned in my previous message, I've been thinking about a > repository structure for some personal projects I'll be working on. > Another issue that occurred to me---also related to vendors > releases, but diffe

Re: Handling non-sequential vendor releases

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 04:02:40PM -0400, Ryan Lange wrote: > Now, instead of importing the vendor's 1.0.1 package into current, I > would import it into 1.0.1. This seems like a much cleaner solution > to me, but I'm always afraid that there's something I'm missing. Can > anyone see anything wrong

Re: vendor branch merge: how to highlight patches for review?

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 02:08:31PM -0400, Q. Chap wrote: > Interesting. Thank you. > > Couple of questions: > > 1. "--summarize" complains that it can only work on URL-URL diffs.  Is there > a work around? No. Well, maybe you could do something like svn diff | grep ^Index to obtain a list of

Adding older vendor releases to an established vendor branch

2012-08-29 Thread Ryan Lange
Hello again, As I mentioned in my previous message, I've been thinking about a repository structure for some personal projects I'll be working on. Another issue that occurred to me---also related to vendors releases, but different from the issue in my other message---is what to do when you de

Re: Question about web access to SVN repository ....

2012-08-29 Thread Thorsten Schöning
Guten Tag Anastasio, David M CTR USAF AFMC AFLCMC/HNID, am Mittwoch, 29. August 2012 um 21:40 schrieben Sie: > It seems the solution here is for the web server to exec the TortoiseSVN > client software as part of retrieving the SVN repository contents. This is not (easily) possible, as Tortoise's

Handling non-sequential vendor releases

2012-08-29 Thread Ryan Lange
Hi all, I've been thinking up a repository structure for some personal projects that I am planning. These projects are extensions for a third-party application, so, naturally, I want to keep versions of this third-party application in a vendor branch so that they're available to test against.

Question about web access to SVN repository ....

2012-08-29 Thread Anastasio, David M CTR USAF AFMC AFLCMC/HNID
My current configuration is Subversion 1.7.6 with Apache server 2.2.22 and TortoiseSVN client (not sure which version at the moment), running on Windows 2003 Server. On the local machine, I can access the SVN repository through the file:/// directive as well as the http://localhost/

Re: Pristiine copy not present

2012-08-29 Thread Daniel Shahaf
Simon Heffer wrote on Wed, Aug 29, 2012 at 10:17:42 +: > > Hi, > So some small progress made by using yet another fresh checkout. > Now I'm getting: > > svn: E20: Commit succeeded, but other errors follow: > svn: E720005: Error bumping revisions post-commit (details follow): > svn: E72000

Re: vendor branch merge: how to highlight patches for review?

2012-08-29 Thread Q. Chap
> >> Ideally, after the merge (but before commit) I'd like to be able to run a > >> command like: > >> "svn diff --show-patches-to-vendor-code" > >> > >> Output: list of lib files that I've changed at any point since the > >> previous vendor drop. > >> > >> Could I do something like diff the (p

Re: Compilation errors building subversion 1.7.6: missing headers

2012-08-29 Thread David Fleck
> David Fleck writes: > >> Building from tarballs on SUSE 11.1. >> I thought I had all the necessary dependencies, but I get this error message: >> >> /bin/sh /tc_work/fleck/subversion-1.7.6/libtool --tag=CC --silent >> --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g >> -O2 -pt

Re: Compilation errors building subversion 1.7.6: missing headers

2012-08-29 Thread Philip Martin
David Fleck writes: > Building from tarballs on SUSE 11.1. > I thought I had all the necessary dependencies, but I get this error message: > > /bin/sh /tc_work/fleck/subversion-1.7.6/libtool --tag=CC --silent > --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g > -O2 -pthread -We

Compilation errors building subversion 1.7.6: missing headers

2012-08-29 Thread David Fleck
Building from tarballs on SUSE 11.1. I thought I had all the necessary dependencies, but I get this error message: /bin/sh /tc_work/fleck/subversion-1.7.6/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g -O2 -pthread -Werror=implicit-function-declaratio

Re: Backwards compatible clients?

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 02:31:47PM +0100, Chris Evans wrote: > Are you of you guys aware of any SVN clients for Windows that will support > 1.7 and 1.6 working copies? I need to update a load of clients to 1.7, but > have some shared working copies and it would be useful to use the same client >

Re: Backwards compatible clients?

2012-08-29 Thread Johan Corveleyn
On Wed, Aug 29, 2012 at 3:31 PM, Chris Evans wrote: > Are you of you guys aware of any SVN clients for Windows that will support > 1.7 and 1.6 working copies? I need to update a load of clients to 1.7, but > have some shared working copies and it would be useful to use the same > client to access

Backwards compatible clients?

2012-08-29 Thread Chris Evans
Are you of you guys aware of any SVN clients for Windows that will support 1.7 and 1.6 working copies? I need to update a load of clients to 1.7, but have some shared working copies and it would be useful to use the same client to access both working copy formats. Thanks *bypass*

RE: svn merge help

2012-08-29 Thread Douglass Davis
Nevermind. It was a simple mistake. I just had the revision numbers wrong, and it was (correctly) not merging any code from revisions before the branch. - Doug From: Douglass Davis [mailto:dda...@northcarolina.edu] Sent: Tuesday, August 28, 2012 3:55 PM To: users@subversion.apache.org Subject:

RE: Pristiine copy not present

2012-08-29 Thread Simon Heffer
Hi, So some small progress made by using yet another fresh checkout. Now I'm getting: svn: E20: Commit succeeded, but other errors follow: svn: E720005: Error bumping revisions post-commit (details follow): svn: E720005: Can't set file '' read-write: Access denied Is this access in to the wc

Re: svnsync in post commit script

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 10:06:57AM +0530, dhanushka ranasinghe wrote: > Hi.. > > im trying to setup svn replication using svnsync, > > when i ran flowing the svnsync command [1] in master server's terminal its > syncing fine , but when i put same svnsync command in post-commit script > it gives

AW: "Could not read chunk size. Secure connection truncated" SVN Repo are getting corrupt

2012-08-29 Thread Markus Schaber
Hi, Goel, Von: Goel, Kapil [mailto:kapil.g...@fiserv.com] > > > Stripping is alternative, but how repair the corrupted revision or what > > > is the root cause to further stop corruption in other repos? > > > > Repository corruption is very unusual in Subversion. The most likely > > causes are: >

Re: "Could not read chunk size. Secure connection truncated" SVN Repo are getting corrupt

2012-08-29 Thread Thorsten Schöning
Guten Tag Goel, Kapil, am Mittwoch, 29. August 2012 um 09:51 schrieben Sie: > How we will identify Hardware issue , as diagnostics run by HW > vendor didn't reported any issue on Hardware. If you're hardware looks ok, they still may be some problems with things like the filesystem of the OS hosti

Re: Svn 1.7 merge info property

2012-08-29 Thread Ulrich Eckhardt
Am 29.08.2012 00:32, schrieb Rp0013: I wanted to mute the svn merge info property on my subversion server Is there such a way You could set up a pre-commit hook that makes sure that this property isn't touched in commits. We don't need the info currently and when merging it is causing a h

RE: "Could not read chunk size. Secure connection truncated" SVN Repo are getting corrupt

2012-08-29 Thread Goel, Kapil
Hi Markus How we will identify Hardware issue , as diagnostics run by HW vendor didn't reported any issue on Hardware. Repos are on Dedicated server hardware of Dell Poweredge R710 Kapil Goel Deputy Manager - Systems Fiserv Global Services Fiserv Phone: +91-4023000 Fax No: +91-120-4023001 www.f

AW: "Could not read chunk size. Secure connection truncated" SVN Repo are getting corrupt

2012-08-29 Thread Markus Schaber
Hi, Goel, Von: Goel, Kapil [mailto:kapil.g...@fiserv.com] > Stripping is alternative, but how repair the corrupted revision or what is > the root cause to further stop corruption in other repos? Repository corruption is very unusual in Subversion. The most likely causes are: - The repository is

Re: vendor branch merge: how to highlight patches for review?

2012-08-29 Thread Johan Corveleyn
On Wed, Aug 29, 2012 at 7:51 AM, Ryan Schmidt wrote: > > On Aug 28, 2012, at 17:56, Q. Chap wrote: > >> What command(s) should I use to bring in the "libcomplex/2.0" changes but identify the all files I ever messed with? >>> >>> These are two separate operations. >>> >>> [snip] >