Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Merge information in ls OR "svn ls -v -g"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
James Hanley  
View profile  
 More options Apr 30 2012, 4:16 pm
From: James Hanley <jhan...@dgtlrift.com>
Date: Mon, 30 Apr 2012 16:16:17 -0400
Local: Mon, Apr 30 2012 4:16 pm
Subject: Merge information in ls OR "svn ls -v -g"
All,

I'm raising the issue that there should be an option to include merge
information of an "ls -v" in much the same way that "svn blame"
supports it. Although, I can easily use "svn blame -g" to find out who
/originally/ added a file, it's not intuitive, the more natural method
(IMHO) is to use "svn ls -v -g" to give the info on who originally
added/modified a file, not necessarily the last to merge the new file.

Essentially, I'm looking for merge history blame on a path structure
in the same way that I can get merge history blame on an individual
file contents.

-Jim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Memory leaks after prod upgrade of subversion to 1.7.2" by Rp0013
Rp0013  
View profile  
 More options May 1 2012, 1:09 am
From: Rp0013 <rp0...@gmail.com>
Date: Mon, 30 Apr 2012 22:09:59 -0700
Local: Tues, May 1 2012 1:09 am
Subject: Memory leaks after prod upgrade of subversion to 1.7.2

We migrated to subversion 1.7.2 today from 1.4.6 and seeing sudden issues with memory

The free memory drops suddenly (24g memory on the box)

We have upgraded only the server and clients are various versions 1.4.6 1.4.2 1.6.9 etc

I saw some mention of memory leaks but this seems like a major issue

We are using

Red hat 5

Apache 2.2

Neon 0.29.6

Apr 1.4.5

Apr util 1.3.12

Surf 1.0.0

Any help or suggestions would be greatly appreciated.

Regard,

Rajesh

Sent from my iPad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nico Kadel-Garcia  
View profile  
 More options May 1 2012, 7:16 am
From: Nico Kadel-Garcia <nka...@gmail.com>
Date: Tue, 1 May 2012 07:16:49 -0400
Local: Tues, May 1 2012 7:16 am
Subject: Re: Memory leaks after prod upgrade of subversion to 1.7.2

On Tue, May 1, 2012 at 1:09 AM, Rp0013 <rp0...@gmail.com> wrote:
> We migrated to subversion 1.7.2 today from 1.4.6 and seeing sudden issues
> with memory

> You're using a hand built version? Grab the SRPM from Repoforge, I mostly

wrote and submitted the last few, and the latest patches and spec files are
actually in the pipeline for a new update are at
http://www.github.com/nkadel/ for both 1.7.4 and 1.6.18, both of which now
build on RHEL 4. (Moo-ha-ha!)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Shahaf  
View profile  
 More options May 1 2012, 7:53 am
From: Daniel Shahaf <d...@daniel.shahaf.name>
Date: Tue, 1 May 2012 14:53:36 +0300
Local: Tues, May 1 2012 7:53 am
Subject: Re: Memory leaks after prod upgrade of subversion to 1.7.2
http://subversion.apache.org/docs/community-guide/mailing-lists.html#...

It would be useful to know what backend you use (FSFS or BDB), what
authn and authz configuration you have, and what is the minimal httpd
config that still reproduces the leak.

Daniel

Rp0013 wrote on Mon, Apr 30, 2012 at 22:09:59 -0700:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Merge information in ls OR "svn ls -v -g"" by James Hanley
James Hanley  
View profile  
 More options May 9 2012, 9:08 am
From: James Hanley <jhan...@dgtlrift.com>
Date: Wed, 9 May 2012 09:08:22 -0400
Local: Wed, May 9 2012 9:08 am
Subject: Re: Merge information in ls OR "svn ls -v -g"
There's no interest/descending/rebuttal opinion to this?  Should I
create a enhancement ticket? I thought that this was the medium to
first propose changes/enhancements for discussion.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Phippard  
View profile  
 More options May 9 2012, 9:14 am
From: Mark Phippard <markp...@gmail.com>
Date: Wed, 9 May 2012 09:14:17 -0400
Local: Wed, May 9 2012 9:14 am
Subject: Re: Merge information in ls OR "svn ls -v -g"

On Wed, May 9, 2012 at 9:08 AM, James Hanley <jhan...@dgtlrift.com> wrote:
> There's no interest/descending/rebuttal opinion to this?  Should I
> create a enhancement ticket? I thought that this was the medium to
> first propose changes/enhancements for discussion.

My 2 cents would be that I do not see the need or value.  The ls
command is only showing a single version of each path, I do not see
how you could show merge info.  If you want to see the history of a
path, then use the svn log -g command.

> I'm raising the issue that there should be an option to include merge
> information of an "ls -v" in much the same way that "svn blame"
> supports it. Although, I can easily use "svn blame -g" to find out who
> /originally/ added a file, it's not intuitive, the more natural method
> (IMHO) is to use "svn ls -v -g" to give the info on who originally
> added/modified a file, not necessarily the last to merge the new file.

What if the most recent change to the file was a regular commit, but
the previous change was the merge?  What if the last change was the
commit of a merge but there were 4 different revisions by 4 different
authors.  I do not see how ls is supposed to represent that.

> Essentially, I'm looking for merge history blame on a path structure
> in the same way that I can get merge history blame on an individual
> file contents.

The command to inspect the history of a path is svn log, not svn ls.
Add the -g option to log if you want to include merge information.

--
Thanks

Mark Phippard
http://markphip.blogspot.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »