Nope I cannot. I don't use windows, and I only use SVN for those projects I
work on that are still on SVN.
I think you are missing the point that *everyone* has been trying to get
you to see...
What is the benefit in stopping 1GB+ commits?
Either the developer is going to split the commit into t
On 4 February 2014 10:45, Mehboob Ahmed wrote:
> hey Johan,
>
> all i want is when my developer hit the commit button my script trigger the
> error if the commit size only commit size no repository size only that
> perticular commit size is greater than a GB.
>
> @echo off
> :: Stops commits that
On 15 October 2012 15:08, Jan Keirse wrote:
> Hello,
>
> we currently have multiple repositories but want to merge all of these for
> various reasons but am running into a problem.
> Here's what we have now:
> Repositories A and B, they have no paths in common, except for /, because
> repository
Sounds like a feature much like git's "git stash"
On 21 December 2011 20:10, Randon Spackman wrote:
> One of my common use cases for subversion is to want to split my changes
> into two separate commits. In the past, I would do the following:
>
>
>
> 1) Check out
>
> 2) Make changes
>
perhaps they are writing a new java client under a more friendly license
than svnkit... otherwise yeah i agree that it smells like a complete waste
of time and effort.
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct resu
git-svn
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 15 Jun 2011 07:17, "Ryan Schmidt"
wrote:
> On Jun 14, 2011, at 22:53, shirish शिरीष wrote:
>
>> Is it possible to ch
07:18, "Lorenz" wrote:
> Stephen Connolly wrote:
>>unix shell scripting could solved it for you
>>
>>bash
>>for rev in $(svn log ... | sed -n -e "..."); do svn ps --revprop svn:log
>>"$(svn pg svn:log -r $rev | sed -e "s/oldstring/newstr
unix shell scripting could solved it for you
bash
for rev in $(svn log ... | sed -n -e "..."); do svn ps --revprop svn:log
"$(svn pg svn:log -r $rev | sed -e "s/oldstring/newstring/g;")" ... ; done
I leave the ...'s as an exercise to tgeur reader
- Stephen
---
Sent from my Android phone, so ran
swype to type on the
screen
On 14 Feb 2011 07:59, "Ryan Schmidt"
wrote:
>
> On Feb 14, 2011, at 01:57, Stephen Connolly wrote:
>
>> yeah, but you'd want at least an option for the client to override ;-)
>
> Why would one want that?
>
>
yeah, but you'd want at least an option for the client to override ;-)
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 14 Feb 2011 07:12, "Ryan Schmidt"
wrote:
oh I like that.
you could even allow the client config file to add custom uri schemes and
the path to the exec that handles them
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
scree
you could use port tunnelling to make it look like an http repo on localhost
on a port other than 80
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 9 Feb 2011 20:43, "Ryan
noo!
now nico will start his security rant again!
you have been warned ;-)
(note he may or may not have a point which matters to you, but it definitely
matters to him)
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a
windows has harsh file locking symmantics, choose linux.
(top post because android refuses to let me bottom post.. or let me know
what setting to tweak on froyo)
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of
On 10 January 2011 08:30, Michael Haggerty wrote:
> On 01/07/2011 08:38 PM, Victor Sudakov wrote:
>> Daniel Shahaf wrote:
>>> I don't know cvs2svn, but it could have a --sharded-output option, so eg
>>> it would produce a dumpfile per 1000 revisions, rather than one huge
>>> dumpfile.
>>
>> cvs2sv
a post-commit hook or a crontab coils update the file to keep the security
on newly created branches (top post a result of this stupid phone... sorry)
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype
Google is your friend: svndumptool
You moght need to append a .py
Also if this is a _top post_ it's three phone what done it... Haven't
figured out how to control where it puts the reply
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonse
Have you considered doing a binary search to find the revision that it was
deleted in?
svn ls .../t...@2
Exists
svn ls .../t...@head
No such file in revision 50002
svn ls .../t...@25002
Exists
svn ls .../t...@37502
No such file
svn ls .../t...@31252
Exists, etc
You'll get the revision in at most
2010/10/19 Olivier Mengué :
>
>
> 2010/10/19 Michael March
>>
>> Hey,
>> Does anyone out there know if there is a way to determine the date /
>> time of remote SVN server from the command line?
>
> As a SVN server is an HTTP Server you can use any HTTP tool to check the
> "Date" header.
> For ex
On 19 October 2010 10:18, Johan Corveleyn wrote:
> On Tue, Oct 19, 2010 at 9:46 AM, Stephen Connolly
> wrote:
>> Exposing the feature would not in an of itself force the client to use
>> the keyring, but it would allow the server to have a start-commit hook
>> that bloc
On 19 October 2010 02:17, Nico Kadel-Garcia wrote:
> On Mon, Oct 18, 2010 at 3:56 AM, Stephen Connolly
> wrote:
>
>> Add a capability called "keyringenabled" to Subversion and now Nico
>> will probably be much happier... but of course he doesn't trust his
&
On 18 October 2010 12:56, Ryan Schmidt wrote:
>
> On Oct 18, 2010, at 06:42, Andrew Roughan wrote:
>
>> Porting the full svn client to my environment is not something I am willing
>> to undertake myself.
>> So as an alternative I wanted to implement some Quick & Dirty interface over
>> HTTP hope
On 17 October 2010 08:52, Alan Barrett wrote:
> On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote:
>> > What he really wants is an alternate-universe Subversion which never
>> > had the plaintext password storage feature in the first place.
>>
>> I'd settle for being able to block that local use on the
On 14 October 2010 22:03, Les Mikesell wrote:
> On 10/14/2010 3:11 PM, David Weintraub wrote:
>>
>> What? You want a GOOD Maven manual? Real programmers don't use
>> manuals.
>
> Yeah, I know - they don't write them either (except for subversion, of
> course). As you might guess, I'm more of a sy
On 13 October 2010 21:42, Les Mikesell wrote:
> On 10/13/2010 2:52 PM, BRM wrote:
>>
>>> From: Les Mikesell
>>> We currently commit component binaries back into tags which are then
>>> used by
>>> other things with external references, and final binaries are managed
>>> separately by project, bu
On 13 October 2010 19:19, David Weintraub wrote:
> On Wed, Oct 13, 2010 at 1:42 PM, Les Mikesell wrote:
>> How would you access them if you don't have java/maven/ivy when you want to
>> retrieve a certain version?
>
> Before we adopted our Ant projects to use Maven, we simply used the
> task. Yo
That was the trick I was looking for. Thanks
On 7 October 2010 10:25, Ryan Schmidt wrote:
> On Oct 7, 2010, at 03:29, Stephen Connolly wrote:
>
>> I remember reading before about a hack/trick that allows you to ensure that
>> the client is at least mergeinfo aware when the re
I remember reading before about a hack/trick that allows you to ensure that
the client is at least mergeinfo aware when the repository is served via
Apache httpd.
Google is not being co-operative with my attempts to find the Apache HTTPD
directive that makes this magic happen.
IIRC the trick is l
Probably not available.
Keep in mind that depending on how a repo is set up people could be
accessing it via:
svn:
ssh+svn:
http:
https:
They kep point here is that ssh+svn will appear to subversion as a commit
from localhost (i.e. 127.0.0.1)
So it is likely that the commit scripts do not have
Data Solutions L.L.C.
>
>
> -Original Message-
> From: Andy Levy [mailto:andy.l...@gmail.com]
> Sent: Tuesday, June 29, 2010 9:24 AM
> To: Tom Malia
> Cc: Stephen Connolly; users@subversion.apache.org
> Subject: Re: What would be the best way to create "working repo
On 29 June 2010 13:54, Tom Malia wrote:
> I’m looking for an easy way to allow programmers on a large project to
> create something equivalent to a personal “branch” on the main project that
> they can check their “Work In Process” (WIP) in and out of while they
> actively develop a feature or e
On 12 June 2010 10:55, Kevin Wu wrote:
> Thanks to those replied.
>
> I want to try svn hooks first.
>
>
You can use the svn hooks to trigger hudson or have hudson poll svn.
For maintenance, I recommend hudson polling svn rather than the svn hook
mechanism.
Just use Hudson you'll be set up in 3
On 10 June 2010 06:34, Richard England wrote:
> On 06/08/2010 01:48 AM, Ulrich Eckhardt wrote:
>
> On Saturday 05 June 2010, Richard England wrote:
>
>
> Are there any possible repercussions of having two server both running
> Apache/SVN (same version) accessing the same database files? This
The clean way would be to do a dump of your repo from after the dirty
revision.
Do a dump up to and including the dirty revision from your known good copy
do a load of the clean dump + the live dump
On 22 April 2010 08:30, vishwajeet singh wrote:
>
>
> On Thu, Apr 22, 2010 at 12:49 PM, Cooke,
have you looked into svn:externals
On 19 April 2010 08:41, wrote:
> hello
>
> I have a situation, where there are two(or more) projects with its trunks,
> and some modules in these trunks are the same:
>
> /project1
> /project1/trunk
> /project1/trunk/module_123
> /project1/trunk/module_1234
> /
BTW, I am not implying that Saiho has emailed me personally asking more
questions, just that it was a posibility when I wrote the original reply
On 12 April 2010 14:38, Stephen Connolly wrote:
> Well fine then. what I meant to say is:
>
> "You have exhausted the amount of help you
rs
than me
;-)
-Stephen
On 12 April 2010 11:58, Justin Connell wrote:
> *Google is your friend for finding things
>
> *
> There is no need for facetiousness..
>
>
> Stephen Connolly wrote:
>
> On 12 April 2010 03:48, Saiho Yuen wrote:
>
>> HI,
>&g
On 12 April 2010 03:48, Saiho Yuen wrote:
> HI,
>
> I wish to build a custom GUI for SVN with Java. And I wish to learn from
> the start, so I would like to learn how to build the SVN project form the
> source codes. So can someone please tell me where can I get the
> documentation? I'm working o
On 22 March 2010 16:21, west alto wrote:
> Hi,
>
> Any one tried High Availability with subversion, using Apache,
> Heartbeat and NFS? Is this possible? any problems encountered?
>
> My requirement doesn't need to be load balance, I just want that when
> my primary subversion server is down my se
On 9 March 2010 16:20, wrote:
>
> Hi Guys,
>
> Please can you advise me on below.
>
> I have been asked to configure Subv in a way that all word docs/newly added
> docs are configured for needs-lock in a particular projecy (say Project A)
> under a repository.
>
> Initially I tried to implement t
There are a number of rather big repositories out there, e.g.
svn.apapche.org - nearing 1 million revisions in the asf repo... and there's
plenty of files in that one too
You'll probably run out of disk space before you hitany arch limits in
subversion
-Stephen
On 25 February 2010 21:59, Ryan S
41 matches
Mail list logo