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

2024-06-19 Thread Paul Leo
List responders - Once again thanks everyone for taking the time to respond and all of your suggestions. On 6/19/2024 2:58 AM, Daniel Sahlberg wrote: Den tis 18 juni 2024 kl 23:19 skrev Paul Leo : ... The reason I am posting here instead of TortoiseSVN is I would like to know

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

2024-06-18 Thread Paul Leo
bring over any changes folks want and then commit to new server. Thanks On 6/18/2024 4:05 PM, Ryan Carsten Schmidt wrote: On Jun 18, 2024, at 16: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.

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

2024-06-18 Thread Paul Leo
ssing because the redbook may be out of date. I've also read of some issues of changing uuid on server, so if that is what should be done, I would like specific instructions/suggestions. Thanks, Paul On 6/7/2024 10:17 AM, Paul Leo wrote: Tak Daniel. Appreciate the detailed respo

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

2024-06-07 Thread Paul Leo
rwise, I will create new user/passwords.  The community is small enough so that this should not be an issue. On 6/7/2024 2:16 AM, Daniel Sahlberg wrote: Den tors 6 juni 2024 kl 21:40 skrev Paul Leo : We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu

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

2024-06-07 Thread Paul Leo
out large repos, and your suggestion. On 6/7/2024 3:15 AM, Nico Kadel-Garcia wrote: On Fri, Jun 7, 2024 at 1:31 AM Lorenz via users wrote: Paul Leo wrote: We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. We don't have any login access t

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

2024-06-06 Thread Paul Leo
We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. We don't have any login access to the current server. The current hosting server plans to perform an SVN dump of the repository, and make it available through something like Google Drive. We woul

invalid filesystem format option 'addressing logical'

2023-10-16 Thread Paul S. Aspinwall
but I think this is the first time I've created a new repo for a while. Is this a bug?? Thanks - Paul. -- Paul S. Aspinwallemail: p...@cgtp.duke.edu Dept of Mathematics Phone: (919) 660-2874 and Physics Duke University FAX: (919) 660-2821 Durham, NC 27708-0320

Re: Note from Vibin Bruno to your Facebook Page Subversion.

2020-09-22 Thread Paul Greene
I'm going to guess that you do certification and accreditation, and somebody evaluating your system presented you with a list of findings that have to be addressed. Typically with a commercial vendor, you can communicate with a technical support team (that you pay a lot of money to every year to ge

Re: False conflict with interleaved merge commits

2020-02-06 Thread Paul Hammant
Here’s a similar one - https://paulhammant.com/2015/10/05/subversion-merge-limitations-not-in-perforce/ On Fri, Feb 7, 2020 at 6:31 AM Daniel Dickison wrote: > We think we’ve found a bug in Subversion’s conflict detection during merge > operations that results in a false conflict. It occurs afte

Re: Subversion fails to checkout new working set when $HOME is automounted

2020-01-23 Thread Paul Hammant
Works for me (svn, version 1.13.0 (r1867053) on Mac) $ svn co https://svn.freebsd.org/base/head/usr.bin/passwd freebsdTest AfreebsdTest/Makefile AfreebsdTest/passwd.c AfreebsdTest/Makefile.depend AfreebsdTest/passwd.1 Checked out revision 357040.

Re: quilt-like feature, to support patch series

2019-12-16 Thread Paul Hammant
Subversion's missing piece is the patch-review system, agreed. Rietveld was 11.5 years ago (and Mondrian was 2 years before that - Perforce admittedly), so we have plenty of things to be inspired by. In the last year a "shelve" facility has been perfected for Subversion - https://cwiki.apache.org/

unsubscribe

2019-09-30 Thread Paul Decker
unsubscribe

unsubscribe

2019-09-30 Thread Paul Decker
> unsubscribe > > >

unsubscribe

2019-09-30 Thread Paul Decker

unsubscribe

2019-09-30 Thread Paul Decker

Re: version control model of Subversion source code

2019-03-20 Thread Paul Hammant
You can do any branching model you like with subversion. That said, I maintain that Trunk-Based Development is the best model, and note that there are merge issues with other branching models in rare circumstances [ ref ]

Re: File capacity limitation in theory in SVN

2019-03-20 Thread Paul Hammant
Soso, I've tested Subversion up to 4TB myself (one repo), with the intention of using https://github.com/subsyncit/subsyncit with it for corporate file sync. That is still a work in progress, as it happens. - Paul On Wed, Mar 20, 2019 at 11:53 AM Mark Phippard wrote: > Redirecting thi

Re: Problems with using a symbolic link for .svn folder on TSVN

2019-01-10 Thread Paul Hammant
ave. Indeed, if that bat file using the command line svn exe did it stuff, TortoiseSvn afte that will work as you expect for update/commit. The sym-link for something that Subversion needs to refer to a lot is a bad idea. - Paul

Re: Problems with using a symbolic link for .svn folder on TSVN

2019-01-10 Thread Paul Hammant
The .svn folder on the client side? If you do a fresh checkout, how big is it then?

Re: Subversion Exception!

2018-09-20 Thread Paul Hammant
There are similar filings in the past - https://www.google.com/search?q=assertion+failed+(svn_dirent_is_absolute(local_abspath)) Can you reproduce this at will if you try the operation again, LongNX?

Where did library function svn_diff_hunk_readline_diff_text go?

2018-09-03 Thread Paul Hammant
ith-python flag no longer needed), they don't contain the diff module or the svn_diff_hunk_readline_diff_text function. Is there an additional homebrew or pip3 install for Python3 that I should know about? - Paul

Re: Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
> This does not so much force IPv4 as it breaks name-based virtual hosts > on the server ... which is obvious from the bogus redirect. Yup, I guessed as much too. I just pasted it in because I'd seen it offered as advice online somewhere.

Re: Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
I'm not sure if there's a online definitive error guide for Svn, but if there is the page for E170013 could be enhanced to suggest "check your darn proxy settings in ~/.subversion/servers, fool" (or less Paul-centric language).

Re: Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
Dammit, false alarm - there was a proxy definition in there just for svn.apache.org :-( :-(

Re: Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
Hmmm, OK this shifts the problem: mv ~/.subversion ~/.subversionOLD I mean doing the log operation after that now works as expected. - Paul

Re: Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
I'd already tried something similar, but will paste in the result: $ svn log http://209.188.14.144/repos/asf/synapse/trunk/ Redirecting to URL 'https://dist.apache.org/repos/asf/synapse/trunk': svn: E170013: Unable to connect to a repository at URL 'https://dist.apache.org/repos/asf/synapse/

Error connecting to svn.apache.org

2018-09-02 Thread Paul Hammant
uffix for 'master' that's mapped to that. Does anyone have any ideas? - Paul

Re: Missing / in Unix file URL https://subversion.apache.org/quick-start

2018-08-16 Thread Paul Hammant
Not answering your question, but could you explain more about your 'serverless' use - sounds intriguing. - Paul

LDAP authenticate problem

2018-05-21 Thread Paul Nguyen
valid-user ## RequestHeader edit Destination ^https: http: early AuthzSVNAccessFile /var/svnrepo/auth/docs-subdomain SetInputFilter DEFLATE SetOutputFilter DEFLATE SVNIndexXSLT /.chp/svnindex.xsl Is there a way to lock out an user account after 3 failed attempts as it's supposed to ? Thanks, Paul

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Paul Hammant
Ooops, my apologies for top posting, folks.

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Paul Hammant
You have Linux Subsystem for Windows* installed? If yes, I see a bash oneliner coming :) - Paul * yes yes, some genius in MS named it Windows Subsystem for Linux (WSL). On Fri, May 18, 2018 at 12:35 PM, Bo Berglund wrote: > On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund >

Re: "Expected format '3' of repository; found format '5' "

2018-05-08 Thread Paul Greene
Philip Martin - you are correct - it was version 1.3.2 on the old server On Tue, May 8, 2018 at 4:03 PM, Philip Martin wrote: > Paul Greene writes: > > > I'm migrating an SVN server to a new server. The old server is running an > > ancient version of Redhat and ve

Re: "Expected format '3' of repository; found format '5' "

2018-05-08 Thread Paul Greene
I should clarify - I'm getting that error even on the old server running svnadmin dump on some of the repositories that exist on the old server itself. It IS a legacy server, with some of the repositories having been created in 2008. On Tue, May 8, 2018 at 3:18 PM, Nico Kadel-Garcia wrote: > Wha

"Expected format '3' of repository; found format '5' "

2018-05-08 Thread Paul Greene
Hello, I'm migrating an SVN server to a new server. The old server is running an ancient version of Redhat and version 1.4 of subversion. The new server is running CentOS 7 and version 1.7 of subversion. I'm creating some test dump files to copy from the old server to the new one. When I go to r

Re: SVNSYNC questions

2018-05-02 Thread Paul Greene
ot;svnsync init" on each destination repository. > 4. Run "svnsync sync" on each to copy content. > > On Wed, May 2, 2018 at 4:16 PM, Paul Greene > wrote: > >> /data/subversion *contains* the repositories - it is not a repository >> itself. >&g

Re: SVNSYNC questions

2018-05-02 Thread Paul Greene
llo, > > > 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 reposit

SVNSYNC questions

2018-05-02 Thread Paul Greene
Hello Subversion gurus, I need to create a mirror of a subversion repository. Prior to running svnsync, do I need to create the same folder structure on the destination as on the source? i.e. the source has 110 repositories located under /data/subversion. I have a folder named /data/subversion o

Moving SVN from one server to another

2018-04-23 Thread Paul Greene
Hello, I need to move a subversion deployment from an ancient Redhat server to a new Centos7 server. The old subversion server is running version 1.4.6-1. The new server is running 1.7.14-11. There's 110 different repositories on the old server, so I'm looking for an efficient way to move all of

Re: SVN out-of-the-box web interface improvements somewhere?

2018-04-09 Thread Paul Hammant
> [Off topic] A pure JavaScript UI would be super cool - one that did PROPFIND, OPTIONS and the entire gamut of Subversion API calls to make a UI. Ahh, somebody spiked a POC in 2011 - https://stackoverflow.com/a/24882467/832725

Re: SVN out-of-the-box web interface improvements somewhere?

2018-04-09 Thread Paul Hammant
[Off topic] A pure JavaScript UI would be super cool - one that did PROPFIND, OPTIONS and the entire gamut of Subversion API calls to make a UI.

Re: E195019: Redirect cycle detected for URL

2018-03-26 Thread Paul Hammant
I'd LOVE svn client to be able to follow 302 for GETs, but in the "Moved Temporarily" mode of the original intent :) I've been thinking about it quite a bit recently when designing extremely loaded Svn solutions. - Paul

Re: trunkless svn: using svn without a trunk

2018-03-08 Thread Paul Hammant
nt flip from cascade to canonical trunk based development (with build+boot+runtime toggles/flags and branch by abstraction). The airline went multi-repo in Git some years later, and does the GitHub-flow model (not GitFlow) but it is still the same ... *except for the loss of atomic commits.* - Paul

Re: trunkless svn: using svn without a trunk

2018-03-08 Thread Paul Hammant
round the 2001 timeframe would tell you that they were aware of Perforce and among others it was inspiration for the design/goals of Svn. - Paul

Re: trunkless svn: using svn without a trunk

2018-03-08 Thread Paul Hammant
> > Does anyone have any experience of how well this works out in practice? > I make a living visiting enterprises to help them get *to* Trunk-Based Development and *away* from other branching models. The advocacy site: https://trunkbaseddevelopment.com for your bookmarks :)

Re: subversion not detecting apr and apr-utils libraries

2018-03-07 Thread Paul Hammant
Guido, https://issues.apache.org/jira/browse/SERF-188 might have a bearing too depending on your flavor of Linux. - Paul

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread Paul Hammant
As you work toward a conclusion, Andy, do you think there was a different error message that could have driven you to root cause more quickly?

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread Paul Hammant
Do you get the same error with a testfile.txt resource in a freshly created (and Apache mounted) Subversion repo?

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread Paul Hammant
See what you can see on the server-side Apache logs - https://unix.stackexchange.com/questions/115972/how-do-i-find-where-apache-keeps-the-log-files (and others; or adjust for your Linux).

Re: Bugreport: invalid xml file produced by: svn log --xml --verbose --use-merge-history --search "msg1"

2017-12-12 Thread Paul Hammant
I would say yes, but I am an end user too. The good news is that it feels like a bug that would be easy to solve.

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Paul Hammant
ndows workstation (or laptop), as this isn't so much about the intended server, more about "oooh, I wonder how that works" hacking around. Please tell me directly if you've no Docker capability on any workstation you have access to, and I'll shut up! - Paul

Re: Checksum mismatch with 1.9.7

2017-12-11 Thread Paul Hammant
Well done for trying experiments so far. One more perhaps? 1. Make a new machine that is also 1.8.19. 2. Restore the dump file into that. 3. Upgrade that Subversion to 1.9.7 - following advice in the release notes for repo upgrades too 4. Make a dump file again on that new machine. 5. Try to resto

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Paul Hammant
Docker and ViewCVS on Github - 76 matches - https://screencast.com/t/y9GZgopQZ Though you're not interested in Docker, some of those will be terse enough to be able to learn from to apply to your own situation.

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Paul Hammant
> > > > It's not linked from anywhere in the interface, but it works: > > https://svn.apache.org/repos/asf/subversion/trunk/?p=85 > > (Aside: I wonder whether we should add a simple to the > directory index page as UI for this) > +1

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Paul Hammant
(linked worked for me - specifically I clicked in my email package - gmail) Go to https://github.com, in the search box at the top, type "SVNIndexXSLT", press enter, click "code". There are 2,362 hits. Here is what you will see after that :- https://screencast.com/t/007zHNoHL - Paul

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Paul Hammant
There's dupes in here no doubt - https://github.com/search?q=SVNIndexXSLT&type=Code&utf8=%E2%9C%93 - but you'll see plenty of examples (not tutorials, sorry)

Re: 4 eyes priciple on subversion

2017-12-08 Thread Paul Hammant
s in their larger portal experiences. - Paul

Re: How to synchronise a SVN repository with a local one

2017-10-31 Thread Paul Hammant
Consider using Git-subversion. 1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/ myGitSvnClone 2. edits, git-add, git-commit (all offine) as usual 3. git svn dcommit # does the push back to subversion (must be online) 4. git svn rebase # is effectively the checkout you're more fam

Corporations that have a Subversion install - fancy deploying a file-sync tech that uses it?

2017-10-19 Thread Paul Hammant
Or maybe that workflow happens in Slack. Get in touch if you're a corporate and are intrigued. Also, feel free to ask questions... - Paul

Re: Checkout without storing two copies

2017-09-27 Thread Paul Hammant
checkouts Got that too :) For your README, you'd be better to move the rationale to a separate page, and concentrate on hooking the potential user in. - Paul

Re: Checkout without storing two copies

2017-09-27 Thread Paul Hammant
s tool, rather devs doing development. Can you say more about your usage patterns, the numbers of people who'd use it, the frequency of change, and the where there users are on the source-control savvy spectrum? Regards, - Paul

Re: svn vs. git

2017-07-22 Thread Paul Hammant
hat could casually reach any corner of that gigantic source tree (9 million files at HEAD revision by 2015). TL;DR. Code review is the gaping hole in Subversion. Subversion has had perfectly functional local branches for seven years with Git-Svn. - Paul * not quite all source, Android is elsewhere. Back then Wave too.

Re: svn vs. git

2017-07-20 Thread Paul Hammant
tally GitHub implement their code review in Postgres. I'd prefer to see it backed by source control, which I touch on 2/3 of the way through this <https://paulhammant.com/2014/11/13/code-review-the-unit-of-work-should-be-a-single-commit/> article. - Paul

Re: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-07 Thread Paul Hammant
"SVN-4635: Cherry-pick merge scenario causes Svn to choke" June 11th, 2016 Ponymail isn't letting me go back more than a month, so I can't give you a link to the thread - sorry.

Re: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-07 Thread Paul Hammant
> Done: https://issues.apache.org/jira/browse/SVN-4686 > > Jumping in with something that's in the same area - https://issues.apache.org/jira/browse/SVN-4635 is a merge tracking (or merge info/range props) bug that is still there in v1.9.6, in case anyone wants a scripted reproduction (30 seconds o

Is Subversion compatible and supported for Windows 10?

2017-02-21 Thread Paul Jones (ICT)
with this rollout ? Kind Regards Paul Paul Jones Support Team Leader ICT Department Cyngor Bwrdeistref Sirol Pen-Y-Bont ar Ogwr / Bridgend County Borough Council Ffon / Tel : 01656 642135 E-bost / E-mail : paul.jone...@bridgend.gov.uk<mailto:paul.jone...@bridgend.gov.uk> ___

Expanding/contracting monorepos

2017-02-19 Thread Paul Hammant
ion. It is also something that Google have used (with their in-house VCS) for ten years to make an unparalleled developer experience, (that is tuned for highest throughput). If anyone takes this on, then I'll link to it from my blog. Not that I'm anyone famous.. Thanks, - Paul PS - I

UNSUBSCRIBE

2017-01-18 Thread Paul Delany
From: Maloney, Daniel [mailto:daniel.malo...@bms.com] Sent: 18 January 2017 14:30 To: Mark Phippard Cc: users@subversion.apache.org Subject: RE: E730054: Error running context: An existing connection was forcibly closed by the remote host. Sorry, my bad - it’s actually RHEL 6.5 (Santiago) DPM

Unable to complete branch to trunk reintegration: missing revision on branch but file at issue does not exist for revision

2016-09-02 Thread Paul Delany
somepath/component.js svn: E160013: '/repo/!svn/rvr/3708/trunk/somepath/component.js' path not found Can anyone advise what I'm overlooking? Many thanks in advance. Thanks Paul The information in this email is confidential and may be legally privileged. It may not represent t

Merge tracking (cherry-pick) error in Svn ... looking for confirmation before filing a JIRA ticket.

2016-06-07 Thread Paul Hammant
Except I filed the ticket instead of reading the ticket-filing instructions, so ‘before' really is ‘after' – oops: https://issues.apache.org/jira/browse/SVN-4635 Reproduction: git clone https://github.com/paul-hammant/subversion_testing.git cd subversion_testing

Merging fixes from a branch?

2016-03-21 Thread Watson, Paul
We are using Subversion 1.7. I am trying to document a hotfix methodology. The project has the traditional "TTB" directories. app/trunk app/tags/1.0 app/tags/1.1 app/branches 1.1 is deployed and running in production when a problem occurs. We cannot tag the current trunk and deploy since develo

TSVN Error message

2015-12-15 Thread Paul Slootweg
I was doing a 'clean up' with Tortoise when this error message came up: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible ab

Re: In order to branch mappings list, I did this ...

2015-09-15 Thread Paul Hammant
Incidentally, I wish there were a "--depth N" parameter to make all that easier. intermediates and files was not enough from root, and infinity as too far.

In order to branch mappings list, I did this ...

2015-09-15 Thread Paul Hammant
0 /subversion/tags/0.15.0::/subversion/tags/0.15 (and a lot of other tags mappings) For my purposes I would check in that .branch_mappings file and keep it fresh by running the Jenkins job a couple of times a day. - Paul

Re: Quickly showing branch ancestrally?

2015-09-15 Thread Paul Hammant
rote: > On Tue, Sep 15, 2015 at 05:10:30AM -0400, Paul Hammant wrote: > > OK, 'svn copy' makes branches. Most would follow the standard > > trunk/tags/branches model. If you don't though, if you dip your toe into > > the world of creative/arbitrary branch desig

Quickly showing branch ancestrally?

2015-09-15 Thread Paul Hammant
127.0.0.1/foo/three/test.txt@10' must be ancestrally related to 'svn://127.0.0.1/foo@9' Thanks in advance, - Paul

error on test merge

2014-06-20 Thread Paul Evers
99: assertion failed (*gap_start < *gap_end) --- Version information: TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39 Subversion 1.8.5, -release apr 1.4.8 apr-util 1.5.2 serf 1.3.2 OpenSSL 1.0.1e 11 Feb 2013 zlib 1.2.8 --- Regards, Paul Evers

Merging problem because of non recognized mergeinfo (probably caused by subversion 1.8.0)

2013-11-01 Thread Paul Wellner Bou
se problematic files? Thanks very much and best regards Paul.

Re: Bug when building SWIG wrappers on (at least) OSX

2013-09-19 Thread Paul Wagland
On 19 Sep 2013, at 08:31, Ben Reser wrote: > On Wed Sep 18 23:02:31 2013, Paul Wagland wrote: >> I can see that for the svn_auth.h, however I don’t see how rerunning >> autogen.h will change the order of the includes in swigutil_pl.c? What >> should the proper fix

Re: Bug when building SWIG wrappers on (at least) OSX

2013-09-18 Thread Paul Wagland
On 19 Sep 2013, at 06:48, Ben Reser wrote: > On Wed Sep 18 16:00:22 2013, Paul Wagland wrote: >> While trying to install subversion using home-brew on OSX, I came across a >> few build issues. The patches for these can be seen here: >> https://github.com/mxcl/home

Bug when building SWIG wrappers on (at least) OSX

2013-09-18 Thread Paul Wagland
anything else that is needed to get this patch included? Thanks in advance, Paul

Re: check out deleted folder

2013-07-24 Thread Paul Seyfert
> > Oh, and you can of course check out the deleted path... just provide the peg > revision... > > Svn co ^path/to/file@900 > > BOb > Hi, @BOb Thanks! Exactly what I needed! @Stefan no I didn't know about peg revisions. Thanks for the pointer! Paul

check out deleted folder

2013-07-24 Thread Paul Seyfert
Also, I'm hesitant to check out svn+ssh://someserver/reps/maindir due to the large overhead of stuff in there which I don't need (in fact I found it a strong part of svn that subdirectories of a repository are repositories themselves). Is there any way to check out or update to revision r900? Thanks, Paul

OPTIONS takes exactly one minute

2013-07-19 Thread Hester, Paul
Certain users are seeing a 1 minute delay on commits. Whilst it isn't certain, so far it appears that its only users using WEBDAV authentication. I'm not sure what "OPTIONS" does so I guess that's what I want to know so I can track down where this delay is occurring. This is the log of a user wi

RE: [RFC] Configurable default "force" mode for 'svn diff' (was: External diff based on mime-type)

2013-04-19 Thread Watson, Paul
>>>You know, in light of the fact you can use the runtime configuration to >>>establish the constant use of an external diff tool, it seems that it would >>>be beneficial to have another configuration knob that means "My external >>>diff tool can handle binary files, too, so please assume --forc

RE: External diff based on mime-type

2013-04-19 Thread Watson, Paul
From: C. Michael Pilato [mailto:cmpil...@collab.net] > The Subversion command-line utility can't do this. But if you're a Windows > user, you might be able to take advantage of TortoiseSVN's support for > mapping MIME types to differencing tools. See the > following for details: I found that

External diff based on mime-type

2013-04-18 Thread Watson, Paul
We have a diff utility designed for a proprietary file format. I would like for this "theappdiff" utility to be used if the file's svn:mine-type prop is application/the-app. Is it possible for svn to invoke an external diff based on mime-type? *-*-*

Re: Truncated file issues

2013-01-11 Thread Paul E
erver with a RAID drive configuration and hardware tests are all checking out. For further specifications, this is a 64-bit Windows 2008 R2 machine. On Fri, Jan 11, 2013 at 11:37 AM, Stefan Sperling wrote: > On Thu, Jan 10, 2013 at 02:11:04PM -0600, Paul E wrote: > > Hi, > > >

Truncated file issues

2013-01-11 Thread Paul E
issue by creating a dump to the revision prior to the truncation and then loading into a new repository, but this is costing development time. Thanks for advance for your help. Paul

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2012-10-30 Thread Paul Burba
- - E - - F trunk@1403813>svn blame file-with-LF-eols 9 pburba A 9 pburba B - - C-mod 9 pburba D 9 pburba E 9 pburba F But with Daniel's patch I see no difference in the blame ou

please help how I should do this checkout

2012-07-06 Thread Paul Maier
svn co http://.../trunk/B B svn co http://.../trunk/C D But this is not good, because I now I can't check in the trunk with one checkin, but I always need 3 checkins (each wc separately). Thank you! Paul

Re: Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-05-01 Thread Jonathan Paul
e already support customers with a presence in Israel, and our support organisation is primarily based in the UK. Regards, Jon -- Jonathan Paul, Team Leader of Technical Sales WANdisco Inc. Tel. UK +44 (0)114 303 9985 ext. 720 Tel. US +1 925 808 7321 ext. 720 http://www.wandisco.com uberSVN: Apache Sub

RE: Feature request: inhibiting checkout for tags and branches

2012-04-16 Thread Paul Coulson
I don't have apxs and can't find a 64 bit version. Seems like I would also need Perl. Is there a Windows 64 pre-compiled version of mod_dontdothat? Paul Coulson Software Engineer Email:pcoul...@senscient.com A2 Arena Business Centre, Holy Rood Close Poole Dorset BH17 7FJ Tel:+4

Feature request: inhibit checkout of tags/branches

2012-03-29 Thread Paul Coulson
I have a legacy repo structure that has many projects with their own tags and branches folders. Users check out the whole structure as there are common lib references etc, but they don't need to see the full contents of tags or branches folders, which can be massive. I would like a property svn:i

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-23 Thread Paul Burba
On Wed, Feb 22, 2012 at 12:36 PM, Paul Burba wrote: > On Wed, Feb 22, 2012 at 12:05 PM, Philip Martin > wrote: >> Paul Burba writes: >> >>> Index: subversion/libsvn_client/copy.c >>> === >

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Wed, Feb 22, 2012 at 12:05 PM, Philip Martin wrote: > Paul Burba writes: > >> Index: subversion/libsvn_client/copy.c >> === >> --- subversion/libsvn_client/copy.c   (revision 1292379) >> +++ s

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Wed, Feb 22, 2012 at 11:42 AM, Paul Burba wrote: > Even with this fix I'm still seeing odd behavior post-copy (the > following example uses a WC-to-WC copy, but the same problem occurs > with a URL-to-WC copy): . . > To fix this we need to remove the external via the

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Fri, Feb 17, 2012 at 12:46 PM, Nico Kadel-Garcia wrote: > On Fri, Feb 17, 2012 at 10:54 AM, Philip Martin > wrote: >> Paul Burba writes: >> >>> I'm able to replicate this failure on my Windows box with my own >>> builds of trunk@1245285, 1

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-17 Thread Paul Burba
I'm able to replicate this failure on my Windows box with my own builds of trunk@1245285, 1.7.0 and 1.7.3. Alexey's script works as expected with 1.6.17, so this appears to be a regression. Moving back to the dev list. Investigating... Paul On Thu, Feb 16, 2012 at 3:28 PM, C. Mich

mismatched merges

2012-02-08 Thread Hoefakker, Paul
Hello, We are using: SVN client 1.6.13 on windows SVN server 1.6.12 as server We are looking for a solution of next issue: If we make a selective merge from our trunk to a subbranch and changes are made on the end of a file also changes which were not made in the selected revision range are tak

Subversion Exception in 1.7.1/2

2011-12-12 Thread Paul Coulson
x27; Error: line 2890: assertion failed (svn_dirent_is_ancestor(wcroot->abspath, Error: local_abspath)) Regards PCoulson Paul Coulson Software Engineer Senscient Tel: 01202 606473 Mob: 07963 114556 pcoul...@senscient.com

  1   2   >