Getting error when trying to upgrade to version 1.7

2011-10-17 Thread Paul
I upgraded TortoiseSVN to version 1.7 (I'm on Windows 7 x64) and it said that I needed to upgrade the format of my files. I told it to go ahead but it errored out. I rebooted, did a Cleanup first and then ran it again. Same error: --- In file 'D:\Development\SVN\Rel

Re: Getting error when trying to upgrade to version 1.7

2011-10-17 Thread Paul
First thing I tried. I also connected the SVN host before trying this email list. No need for smart-ass answers. On Oct 17, 2011 4:11 PM, "Daniel Becroft" wrote: > On Tue, Oct 18, 2011 at 1:14 AM, Paul wrote: > >> I upgraded TortoiseSVN to version 1.7 (I'm on

RE: Getting error when trying to upgrade to version 1.7

2011-10-17 Thread Paul
ot;Bob Archer" wrote: > > On Tue, Oct 18, 2011 at 1:14 AM, Paul wrote: > > I upgraded TortoiseSVN to version 1.7 (I'm on Windows 7 x64) and it said > that > > I needed to upgrade the format of my files. I told it to go ahead but it > > errored out. > &g

Bug report against SVN 1.6.13

2010-10-13 Thread Paul Maier
-x 6 administ Kein0 Oct 11 20:10 .svn -r--r--r-- 1 administ Kein 4 Oct 11 20:10 a -r--r--r-- 1 administ Kein4 Oct 11 20:10 b What do you think? With kind regards, Paul

AW: Bug report against SVN 1.6.13

2010-10-15 Thread Paul Maier
it? What do you think? Paul > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:s...@elego.de] > Gesendet: Donnerstag, 14. Oktober 2010 12:02 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: Bug report against SVN 1.6.13 > > On Thu

Bug report against SVN 1.6.13

2010-10-19 Thread Paul Maier
on to file a: echo blah >> a # 3. rename file a: svn mv a b # 4. want to continue to edit the file (has now name b): -> not possible, because on the "svn mv" the file turned read-only May I ask you to check if this is already covered by your r1023571? Thanks & Greetings Paul

Bug report against SVN 1.6.13

2010-10-19 Thread Paul Maier
; the file turned read-only May I ask you to check if this is already covered by your r1023571? Thanks & Greetings Paul

1.6.13: svn cleanup fails to cleanup

2010-10-20 Thread Paul Maier
t;committed" in "." svn: Fehler beim Ermitteln der "letzten Änderungszeit" von "a" svn: Kann Status von "a" nicht ermitteln: Das System kann die angegebene Datei nicht finden. yy>svn st -u !B 1 a ?1\a L 0 . Status bezogen auf Revision: 2 Thanks & Regards, Paul

German console output

2010-10-20 Thread Paul Maier
to be missing in CollabNet's and WANdisco's compilation, isn't it? Example with Win32Svn binaries: C:>svn ci -m "" Hinzufügen blah Thanks & Regards, Paul

AW: German console output

2010-10-20 Thread Paul Maier
Hi Mark, thanks for having answered. > I can answer for the CollabNet binaries. We do not compile it with > the internationalization support included so you will only see English > messages. I would be interested in the reasons for this decision. Paul > -Ursprünglic

AW: German console output

2010-10-20 Thread Paul Maier
nationalized. (Since Svn origined at CollabNet.) I understand the issue with the download size. Just a proposal: Why not offering two kinds of binary packages at CollabNet?: One small size package as now (without language support and without BDB) and a full package with all avai

AW: 1.6.13: svn cleanup fails to cleanup

2010-10-21 Thread Paul Maier
for me. Let's say, if nobody took over filing this issue till - say - weekend, I will then try to do it. Deal? @Daniel: Thanks for having tested this! Paul. > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Donnerstag, 21. O

AW: 1.6.13: svn cleanup fails to cleanup

2010-10-22 Thread Paul Maier
filed Issue 3739 http://subversion.tigris.org/issues/show_bug.cgi?id=3739 Paul. > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:s...@elego.de] > Gesendet: Donnerstag, 21. Oktober 2010 22:13 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: 1

should be neccessary to call svn cleanup only in case a command got killed, not in case of an error

2010-10-24 Thread Paul Maier
saction fails, should not the WC be rolled back to the state before the call? Or (other solution), svn ci could notice *before* starting to change the WC, that the call will fail (by noticing that file a is missing), and then exit, before the WC is changed. This would save the rollback work. What do you think? Greetings Paul.

AW: should be neccessary to call svn cleanup only in case a command got killed, not in case of an error

2010-10-25 Thread Paul Maier
Hello everybody! Who agrees that svn ci should also be fixed and that this is worth filing an issue? Paul > -Ursprüngliche Nachricht- > Von: Paul Maier [mailto:svn-u...@web.de] > Gesendet: Sonntag, 24. Oktober 2010 11:00 > An: 'users@subversion.apache.org'

Problem with code page on Windows XP SP3

2010-10-30 Thread Paul Maier
yy>type a õ÷³ -Í_ ¯ º -- abcd1234 C:...\yy>type b õ÷³ -Í_ ¯ º -- abcd1234 The error appears at the beginning of the last 3 output lines (the abcd1234 is just for control purposes). Thanks! Paul.

Problem with code page on Windows XP SP3

2010-10-30 Thread Paul Maier
n seems to be able to adjust to the Codepage sometimes. And this "svn help ci" breaks my "cmd | cat" trick, as "svn help ci" seems to be already adjusted to Codepage 850 somehow, and gets double-adjusted by "| cmd" and therefore breaks the output. Sad thing. The "cmd | cat" would, once installed, have been an invisible solution. Tja, well. Paul.

Feature request: Support of Windows Codepage 850

2010-10-31 Thread Paul Maier
P [Version 5.1.2600] C:>chcp Aktive Codepage: 850. C:>svn revert a Rückgängig gemacht: »a« C:>svn cat c õ÷³ -Í_ ¯ º -- abcd1234 C:>chcp 1252 Aktive Codepage: 1252. C:>svn revert b Rückgängig gemacht: »b« C:>svn cat c äöü ÄÖÜ ß § -- abcd1234 Paul. > -Ursprüngliche Nachric

Windows Codepage: Problem SOLVED

2010-11-02 Thread Paul Maier
Dos console, Cygwin and svn can talk with each other with all German umlaut characters and such. GREAT! Paul. > -Ursprüngliche Nachricht- > Von: David Huang [mailto:k...@azeotrope.org] > Gesendet: Montag, 1. November 2010 04:23 > An: users@subversion.apache.org > Be

German translation of "svn help st" is not showing, although provided in de.po

2010-11-02 Thread Paul Maier
n-1.6.13/Setup-Subversion-1.6.13.msi Thank you for having a look into that. Greetings, Paul.

svn revert causes file modification times to go backward

2010-11-07 Thread Paul Maier
such an option in SVN, too. Paul. _ Von: Jon Bauman [mailto:jon.bau...@isilon.com] Gesendet: Mittwoch, 3. November 2010 23:45 An: users@subversion.apache.org Betreff: svn revert causes file modification times to go backward I noticed that after an SVN revert, the files I rev

BUG corrupts WC is in root of Windows drive

2010-11-07 Thread Paul Maier
svn: »name«-Attribut fehlt im Log-Eintrag (Eintrag »rm« für Verzeichnis ».«) G:\>svn cleanup . svn: In Verzeichnis ».« svn: »name«-Attribut fehlt im Log-Eintrag (Eintrag »rm« für Verzeichnis ».«) G:\>svn st -vu D *22 Test2b A +*- ? ? c L *22 Test2. Status bezogen auf Revision: 3 Regards, Paul.

blank in dir name => svn export fails

2010-11-07 Thread Paul Maier
) 0 Bytes 3 Verzeichnis(se), 5.543.743.488 Bytes frei C:\Dokumente und Einstellungen\Test2\Desktop\svn\1\yy>svn export "1 2" X svn: »1%202« ist nicht unter Versionskontrolle Regards, Paul.

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Paul Burba
ut mergeinfo inherits the mergeinfo of its nearest parent with explicit mergeinfo, with all the merge source paths adjusted by the path difference between the path and its parent. Yes, I'd love to come up with a more concise way to explain that! Anyhow, that is where not recording the source&#

How to find out the rev number where a file was deleted?

2010-11-26 Thread Paul Maier
nd fails. Does anybody know, what command I could enter? Thanks! Paul Here my simplified setup: echo a > a; svn add a; svn ci -m "" [lots of other revisions] svn mv a b; svn ci -m "" ## <-- how to find out the rev number of that checkin?? [lots of other revisions] svn

What is the scenario for this warning?

2010-11-26 Thread Paul Maier
paths (WC -> WC) will not contact the repository. As such, they may not, by default, be able to propagate merge tracking information from the source of the copy to the destination. Thanks! Paul

AW: What is the scenario for this warning?

2010-11-27 Thread Paul Maier
Hi Daniel, thanks for the explanation. I don't understand the part with the recursion: The mergeinfo is stored in the property svn:mergeinfo in the directory. When I copy this directory from WC to a new directory in WC, will the property svn:mergeinfo be set in the copy? Thanks.

AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Paul Maier
earlier peg rev where we know that the file still existed and want to add "-r1:head" as operative revs to see all revs including the rev where the file was deleted. Paul. > -Ursprüngliche Nachricht- > Von: Edward Ned Harvey [mailto:s...@nedharvey.com] > Gesendet: Samstag

set-depth fails after mv

2011-01-20 Thread Paul Maier
ty 2 Revision 1. svn list -v -r HEAD 2 1 User2 20. Jan 01:16 ./ 1 User2 2 20. Jan 01:16 a ls -lrtA 2 insgesamt 0 drwxr-xr-x+ 1 User2 Kein 0 20. Jan 01:16 .svn Regards, Paul

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
know, I could change svn:eol-style from native to LF in the repo, but that's not what I want.) Where does svn determine, what the system's setting is for "native" and can I change this setting as an end user? Is it in a config file? Thanks & regards, Paul

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
s data. What do you think? Regards, Paul. > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Donnerstag, 20. Januar 2011 17:52 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: svn co --native-eol LF ? > &

AW: set-depth fails after mv

2011-01-20 Thread Paul Maier
to fail, instead I get listed the contents of directory named 1. Without notice. Because I want to see how the server looks like, I made myself a bash-script that uses "svn info", grep and sed to get the URL out of the input parameter (say: "2"), and then "sv

how to find out from where a file has been copied

2011-01-20 Thread Paul Maier
the check-in, it's clear: svn log will show it. How do I review (if it's ok what I did) BEFORE checking-in? Thanks for advice! Paul.

Re: Could not read status line: connection was closed by server

2011-01-24 Thread Jonathan Paul
I would check the Timeout values for your Apache server - it looks like you need to increase these values. I'm not sure where the Apache configuration files are with Edge though. > -- Forwarded message -- > From: 刘斌 > Date: Sat, Jan 22, 2011 at 8:38 AM > Subject: Re: Could no

Re: Could not read status line: connection was closed by server

2011-01-24 Thread Jonathan Paul
And to be more helpful, these would usually be in the main httpd.conf file... increase Timeout and KeepAliveTimeout (providing KeepAlive is On). I would use something like 20 mins to start (value of 1200) - it may be overkill, you'll have to experiment! On 24 January 2011 17:19, Jonathan

Re: Windows over linux

2011-01-25 Thread Jonathan Paul
In here there is a good explanation of NTFS's shortcomings in relation to subversion: http://superuser.com/questions/15192/bad-ntfs-performance I would also recommend Linux for subversion servers

Re: when to use svn copy

2011-01-25 Thread Jonathan Paul
Hi Jamie, as you have already pointed out you lose the mergeinfo - I would say that this is not acceptable from an auditing point of view, and it also causes headaches later for the person who has to merge stuff from the branch back to another branch. Jon

Re: Windows over linux

2011-01-25 Thread Jonathan Paul
That's a good point. The stuff in the link I sent specifically talks about client side stuff - I'm not sure if it also applies to the server, as I don't know enough about what happens at the low level. On 25 January 2011 10:16, Alexey Bakhirkin wrote: > 2011/1/25 Jonathan

Re: Checkout really slow in Windows with lots of files in one directory

2011-01-28 Thread Paul Holden
ed!). > Hi, Yes - that was me. We ended up finding a lame but usable workaround so I'm afraid we never got around to trying out the patch. FWIW, we just wrote a script which ran: svn up a* svn up b* ... svn up Like I say, it's pretty lame, but it neatly mitigated the N^2 behaviour we were seeing. Regards, Paul

directory problem on 'svn ci'

2011-02-05 Thread Paul Maier
18.13 a/ -rwxr-xr-x+ 1 Test2 Kein69 05.02.2011 18.13 svn-commit.tmp ls -l a # no temp file in directory a: drwxr-xr-x+ 1 Test2 Kein 0 05.02.2011 18.13 .svn/ drwxr-xr-x+ 1 Test2 Kein 0 05.02.2011 18.13 x/ Ryan: Hope that helps. Paul > -Ursprüngliche Nachricht- &

how to switch a WC back?

2011-02-05 Thread Paul Maier
does that for me automatically? Thanks for hints! Regards Paul

how to switch a WC back?

2011-02-13 Thread Paul Maier
does that for me automatically? Thanks for hints! Regards Paul

filename info supplied to external diff3 tool

2011-03-09 Thread Paul Madden
esponse: http://svn.haxx.se/users/archive-2009-09/0420.shtml. I also searched for tickets, but didn't find anything applicable -- though I could easily have missed it given the ticket volume. I'd be grateful for any information, whether it's a solution or workaround I could implement myself, a reason why this is a bad idea and I should give up on it, or encouragement to file a feature request. Thanks in advance, paul

cvs log equivalent

2011-03-18 Thread Paul Graham
7 Mar 2008) | 2 lines Check for null pointer. r7143 | pgraham | 2008-02-07 20:55:01 -0500 (Thu, 07 Feb 2008) | 2 lines Completely rewrite module. Is there any way to get an output similar to cvs log? Paul

Re: cvs log equivalent

2011-03-18 Thread Paul Graham
Andy, Thanks for the reply, but svn log --verbose does not do what I asked about. What I'm interested in is something like cvs log which shows the number of lines affected by the change, e.g., "lines: +10 -5". Paul - Original Message - From: "Andy Levy" To:

Re: cvs log equivalent

2011-03-18 Thread Paul Graham
I could find all the change versions of a file, then do an svn diff for each change, then parse the output and determine the number of changes, but that seems excessive :-) rcs has this lines+/- information directly in the database. Is svn organized differently under the hood? Paul

Re: cvs log equivalent

2011-03-25 Thread Paul Graham
field enough to be misleading. Paul - Original Message - From: "Johan Corveleyn" To: "Daniel Shahaf" Cc: "Paul Graham" , users@subversion.apache.org Sent: Friday, March 25, 2011 3:24:22 PM Subject: Re: cvs log equivalent On Fri, Mar 25, 2011 at 7:34 PM,

Subversion Exception!

2011-10-17 Thread Paul Mathias
-- Mit freundlichem Gruß / Kind regards Paul Mathias - MAT.TRAFFIC Dennewartstr. 25/27, 52068 Aachen, Germany Phone / Fax:+49 (241) 963 1715 / +49 (241) 963 1719 Mobile:+49 (17

Client commit hangs, server svnlook.exe hogs CPU

2011-11-11 Thread Hester, Paul
. Killing the svnlook.exe process allows the commit to continue (normally). Any ideas? Paul Hester This e-mail and any files transmitted with it ("E-mail") is intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If you ar

RE: Client commit hangs, server svnlook.exe hogs CPU

2011-11-15 Thread Hester, Paul
hanks for the response Mark. Thanks also to Stefan & Markus who also pointed out that it was not SVN that calls svnlook.exe - I removed the post commit hook (not used anyway) and so far so good. Paul Hester From: Mark Phippard [mailto:markp...@gmail.com] Sent: 11 November 2011

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

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

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

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-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 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-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 >>> === >

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: 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

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

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: [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

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: 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, > > >

Re: Probable bug with svn copy

2010-01-25 Thread Paul Burba
ng like: [[[ Adding svn-test-work\working_copies\copy_tests-77\A\New Adding svn-test-work\working_copies\copy_tests-77\A\New\second Committed revision 4. ]]] So you can either pass None as expected_stdout (in which case it isn't checked at all), pass a single string

svn usage tips

2010-03-02 Thread Paul Decker
projects use {display, usb, spi, flash }   currently, the only way of working is to check out all folders. Is there a better way to work? thanks, Paul

Re: svn usage tips

2010-03-02 Thread Paul Decker
From: "David Weintraub" To: "Paul Decker" Cc: users@subversion.apache.org Sent: Tuesday, March 2, 2010 2:08:55 PM GMT -05:00 US/Canada Eastern Subject: Re: svn usage tips Let me get this straight, you're not talking about checking out a single project vs. t

Errors during updates to externals are not propagated to parent svn command

2010-03-31 Thread Paul Richards
gt;echo %ERRORLEVEL% 0 If I manually "svn update" just the "trunk\C" folder, then I correctly get a non-zero exit code. This occurs with Subversion v1.6.5 on Windows Vista x64. -- Paul Richards

Multiple Lines for groups in authz conf file

2010-03-31 Thread Paul Gier
I'm using mod_authz to specify permissions in svn. Is there a way to list the group members on multiple lines instead of just a single line? For example, instead of: [groups] developers=joe, frank, bob I would like to have something like: [groups] developers= joe, frank, bob Will this work?

proposed export option

2010-04-26 Thread Paul Breen
the proposition. Thanks, Paul Breen

Re: proposed export option

2010-04-27 Thread Paul Breen
ives the use cases for the feature she's looking for. I'll speak with her about the suggestions I got here and relay her responses on this mailing list. Thanks, --Paul Breen

Assertion Failures in tree_conflicts.c

2010-05-18 Thread Bilokon, Paul
aps it has been fixed already? Best wishes, Paul Paul Bilokon, Vice President Citigroup | FX - Options Trading | Quants 33 Canada Square | Canary Wharf | Floor 3 London, E14 5LB Phone: +44 20 798-62191 paul.bilo...@citi.commailto:paul.bilo...@citi.com>

RE: Assertion Failures in tree_conflicts.c

2010-05-18 Thread Bilokon, Paul
Many thanks, Stefan! Best wishes, Paul -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 18 May 2010 16:52 To: Bilokon, Paul [ICG-MKTS] Cc: 'users@subversion.apache.org'; Moudry, Jiri George [ICG-MKTS] Subject: Re: Assertion Failures in tree_conflicts.c O

compact repository (many files)

2010-05-26 Thread Paul Ebermann
don't care for worse performance, as those old revisions are used only very seldom.) I found nothing about this by extensive googling so I assume such a function is not yet implemented. Is this really a new idea, or was it discussed before and rejected? Or is there a simple workaround? Paul

Re: compact repository (many files)

2010-05-26 Thread Paul Ebermann
Mark Phippard wrote: > On Wed, May 26, 2010 at 11:53 AM, Paul Ebermann wrote: [...] >> Is there any way to reduce the file number of the repository without >> throwing away >> information? As in, throw the changes in revisions 0 ... 999 together in one >> file (and

Re: compact repository (many files)

2010-05-27 Thread Paul Ebermann
B Smith-Mannschott wrote: > On Wed, May 26, 2010 at 19:07, Paul Ebermann wrote: >> I think packing the revprops would (from a space viewpoint) be even more >> useful than >> packing the revisions, since most of these are quite small (similar) text >> files. >&g

Re: proposed export option

2010-06-02 Thread Paul Breen
ad of file size or, more ambitiously, I was thinking something like a rsync subcommand that allows a person to synchronize an unversioned folder with an svn repository. Any comments or suggestions would be greatly appreciated. --Paul Breen --- On Mon, 4/26/10, Paul Breen wrote: > Fro

detect externals in script

2010-06-23 Thread Paul Dugas
down into externals. Thanks in advance for suggestions, Paul

Re: detect externals in script

2010-06-24 Thread Paul Dugas
ers@subversion.apache.org >> Sent: Wed, June 23, 2010 5:09:09 PM >> Subject: Re: detect externals in script >> >> doesn't `svn pget svn:externals` suffice? > > you probably want to look at >> subversion's bindings - depending on the scripting language you&#

Re: Merging with differing checkout and update depths v.1.5.1

2010-07-19 Thread Paul Burba
Hi Can, This bug was fixed in 1.6.2. http://svn.haxx.se/dev/archive-2009-04/0365.shtml http://svn.apache.org/viewvc?view=revision&revision=877629 Paul On Tue, Jul 13, 2010 at 9:33 PM, Can Aydin wrote: > Hello, > > I've come across an issue in v1.5.1 and was wondering whether

Re: svnserv + ssh + ldap

2010-08-03 Thread Paul Ebermann
if [ -x /usr/bin/gnome-keyring-daemon ]; then export `/usr/bin/gnome-keyring-daemon` fi Otherwise there is not really an improvement to before, only a protection against "file does not exist". Paul

Re: svn checkout - special characters in file name are not encoding properly

2010-08-11 Thread Paul Ebermann
b...@e4@lle.txt" for "Bälle.txt" if the current charset does not contain "ä". (And such-named files would be allowed for add/import etc., resulting in "Bälle.txt" in the repository.) (This @-encoding is only an example, not really a proposal - this could conflict with other uses of @.) Paul (who uses a UTF-8-locale personally)

Re: svn checkout - special characters in file name are not encoding properly

2010-08-11 Thread Paul Ebermann
line tool, it seems, with the additional gotcha that it does not only use input from and output to terminal and file system, but also from/to the repository. Paul

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

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

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: 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.

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

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

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

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

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

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

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

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: 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: 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: 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: 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

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

  1   2   >