Working with Subversion

2010-04-15 Thread Sowjanya2 V
Hello, I had down loaded subversion 1.5.6 and I updated the eclipse version as 1.4.x. I want to know the exact procedure to build entire subversion. Thanks in advance. Sowjanya Venkiteelarajendra Tata Consultancy Services Mailto: sowjanya...@tcs.com Website: http://www.tcs.com ___

Re: Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread Ravi Roy
On Thu, Apr 15, 2010 at 9:43 PM, David Weintraub wrote: > Are you looking for current versions or all versions of all file file? Thanks David, I was in fact looking for to restrict / inform people who has put file greater than certain size in the repo. I think for future would be better to wri

Press Release - Leading SVN Host, Assembla.com, launches free, unlimited, hosted SVN repositories

2010-04-15 Thread Assembla Social Media
You can read the full press release at http://www.prweb.com/releases/2010/04/prweb3872834.htm Or, here are the highlights. Assembla.com, which has hosted subversion repositories for over 4 years, has announced that they will begin offering free SVN repositories. These repositories are ... - pri

Re: Sync Fail on svn 1.6.9

2010-04-15 Thread Stefan Sperling
On Thu, Apr 15, 2010 at 07:10:00PM -0400, Andersen, Krista wrote: > Do you know what SVN does now to detect and remove stale sync locks? Can > this be related? Is it possible my first sync issue is from timing-out? Or > perhaps it only appears to timeout from my command line client's point of

RE: Sync Fail on svn 1.6.9

2010-04-15 Thread Andersen, Krista
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Thursday, April 15, 2010 12:02 PM To: Andersen, Krista Cc: users@subversion.apache.org Subject: Re: Sync Fail on svn 1.6.9 On Thu, Apr 15, 2010 at 02:09:21PM -0400, Andersen, Krista wrote: > I have noticed some odd sync

Re: Determining file(s) modified in a changeset

2010-04-15 Thread David Weintraub
On Thu, Apr 15, 2010 at 3:42 PM, David Bartmess wrote: > I need to modify a script that was used with CVS that basically got a list > of the files that changed with a specific tag, and acted upon them. Now > we're moving to Subversion, and I need a way to get a list of files that > changed with

Re: Extra newline added to commit messages -- why?

2010-04-15 Thread Ryan Schmidt
On Apr 15, 2010, at 17:16, Ori Avtalion wrote: > What do you think? I think you should use log-police.py to make it a non-issue. This script ensures all log messages end with exactly one newline, regardless how many were there originally. You can set it up as a hook script to auto-correct new

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Daniel Shahaf
David Bartmess wrote on Thu, 15 Apr 2010 at 15:09 -0600: > Yep, I found a one-liner to do this.. > svn log -q -v -r | sed -e "s/^ .* //" | egrep -v "^r[0-9]*|Changed > Paths:|-" > Have you tried it on revisions that contain copies or moves? (Aside from the parenthetical copy-from path/rev

Extra newline added to commit messages -- why?

2010-04-15 Thread Ori Avtalion
Hi, After looking at logs for a project, I notice some commits have an empty line between the commit text and the "--" line, and some don't. After asking on #svn and doing some tests, I realized that the commits I saw without the extra newline were either made by "commit -m", git-svn, or

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Les Mikesell
On 4/15/2010 4:09 PM, David Bartmess wrote: On 4/15/2010 2:17 PM, Bob Archer wrote: I need to modify a script that was used with CVS that basically got a list of the files that changed with a specific tag, and acted upon them. Now we're moving to Subversion, and I need a way to get a list of fil

Re: Determining file(s) modified in a changeset

2010-04-15 Thread David Bartmess
On 4/15/2010 2:17 PM, Bob Archer wrote: I need to modify a script that was used with CVS that basically got a list of the files that changed with a specific tag, and acted upon them. Now we're moving to Subversion, and I need a way to get a list of files that changed with a tag or revision. Shou

RE: Determining file(s) modified in a changeset

2010-04-15 Thread Bob Archer
> I need to modify a script that was used with CVS that basically got a > list of the files that changed with a specific tag, and acted upon them. > Now we're moving to Subversion, and I need a way to get a list of files > that changed with a tag or revision. > > Should I just force the developers

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Ted Stern
On 15 Apr 2010 12:42:59 -0700, David Bartmess wrote: > > I need to modify a script that was used with CVS that basically got a > list of the files that changed with a specific tag, and acted upon > them. Now we're moving to Subversion, and I need a way to get a list > of files that changed with a t

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Andy Levy
On Thu, Apr 15, 2010 at 15:42, David Bartmess wrote: > I need to modify a script that was used with CVS that basically got a list > of the files that changed with a specific tag, and acted upon them. Now > we're moving to Subversion, and I need a way to get a list of files that > changed with a ta

Determining file(s) modified in a changeset

2010-04-15 Thread David Bartmess
I need to modify a script that was used with CVS that basically got a list of the files that changed with a specific tag, and acted upon them. Now we're moving to Subversion, and I need a way to get a list of files that changed with a tag or revision. Should I just force the developers into us

Re: Revision properties must not be changed

2010-04-15 Thread Greenberet
Oh, thank you for the info =) Am 15.04.2010 21:06, schrieb Itamar O: This is actually the default behavior. The SVN admin must explicitly enable the editing of revision properties (using a pre-revprop-change hook) in order to allow this. On Thu, Apr 15, 2010 at 9:59 PM, Greenberet

Re: Revision properties must not be changed

2010-04-15 Thread Itamar O
This is actually the default behavior. The SVN admin must explicitly enable the editing of revision properties (using a pre-revprop-change hook) in order to allow this. On Thu, Apr 15, 2010 at 9:59 PM, Greenberet wrote: > Hello, > > is it possible to forbid editing a revision property ( e.g: svn

Re: Sync Fail on svn 1.6.9

2010-04-15 Thread Stefan Sperling
On Thu, Apr 15, 2010 at 02:09:21PM -0400, Andersen, Krista wrote: > I have noticed some odd sync behavior since we upgraded to 1.6.9 about four > weeks ago. > > (Mostly we are pleased with the improved sync performance over 1.6.3 - yay! > However...) > > First: I have seen commits involving a l

Revision properties must not be changed

2010-04-15 Thread Greenberet
Hello, is it possible to forbid editing a revision property ( e.g: svn:author, svn:date, svn:log )? The problem is, that I want to use subversion in the company I work and due some certifications we have to guarantee that such things can't be changed by a user after a "write" ( or commit in sv

Sync Fail on svn 1.6.9

2010-04-15 Thread Andersen, Krista
I have noticed some odd sync behavior since we upgraded to 1.6.9 about four weeks ago. (Mostly we are pleased with the improved sync performance over 1.6.3 - yay! However...) First: I have seen commits involving a large number (over 700 paths listed in the log) of files fail with the output: T

Re: Permissions denied problem during a commit...

2010-04-15 Thread J. Norment
There's a lot of information that I don't have about your installation. I didn't give you specific commands because I'm not sure about all the ways to set up SVN. I use a pretty simple setup. We access our repo via "svn://IP.address/repo" through TortoiseSVN here. On the server, the repo

Permissions denied problem during a commit...

2010-04-15 Thread Sarah Darien
hey guys sorry to bring up (yet again) a permissions issue, but i've been through the dox, followed the instructions, tried as much as i can and now i think it's just me being stupid. i'm really hoping someone here can help! when i try to commit a file to my SVN repo, i get the following error:

Re: Permissions denied problem during a commit...

2010-04-15 Thread J. Norment
This is just a guess, but I'm wondering if the subdirectories that are created by the application are getting the same permissions as the initial path. Do you have group set for +s? I think you need that, or subdirectories can be created that don't carry the same permissions as the parents

Permissions denied problem during a commit...

2010-04-15 Thread Sarah Darien
hey guys sorry to bring up (yet again) a permissions issue, but i've been through the dox, followed the instructions, tried as much as i can and now i think it's just me being stupid. i'm really hoping someone here can help! when i try to commit a file to my SVN repo, i get the following error:

svnsync: Path.. not present

2010-04-15 Thread J. Norment
I had a replication repo start failing a few weeks ago with the message: syncing: "svnsync: Delta source ended unexpectedly" Ultimately, I ended up unintentionally removing the files for the replication repo. So now I'm creating a new one. The source repo is located on a server running svn,

Re: Need inormation for implementing SVN.

2010-04-15 Thread David Weintraub
On Thu, Apr 15, 2010 at 6:55 AM, Sriramaiah, Arun Kumar < arun.srirama...@in.unisys.com> wrote: > We are planning to implement SVN, we have few questions. > Since Subversion is open source and is free, why not simply download it and play around with it for a while? Take a look at the Subversion ma

Re: Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread David Weintraub
Are you looking for current versions or all versions of all file file? The only version control system I know of which could do the latter was was ClearCase and only if you used dynamic views since that allowed you to "see" all versions of all files. And, doing something like that took forever. S

Re: Need inormation for implementing SVN.

2010-04-15 Thread vishwajeet singh
> 3) What would be the best practice for implementing. >> > Best practices as mentioned on Subversion's website can be found here > http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html > Another useful doc for best practices http://www.red-bean.com/fitz/presentat

Re: Need inormation for implementing SVN.

2010-04-15 Thread vishwajeet singh
> 1) Need information about the SVN server and build software version > and names. > I hope you are talking about Subversion Server's version current version is 1.6.9 > 2) SVN Client version and names. > There are different clients available for windows TortoiseSVN is preferred, than

Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread Ravi Roy
Hi Does somebody knows a mechnism as how to scan existing SVN repositories for files (say which are > 5 MB) ? and get details of the same. Thanks! -RR

Need inormation for implementing SVN.

2010-04-15 Thread Sriramaiah, Arun Kumar
Hi, We are planning to implement SVN, we have few questions. 1) Need information about the SVN server and build software version and names. 2) SVN Client version and names. 3) What would be the best practice for implementing. Regards, Arun.

RE: cannot break lock due to no matching lock-token

2010-04-15 Thread Tom Jones
What version of SVN are you using? TortoiseSVN 1.6.2, Build 16344 - 32 Bit , 2009/05/09 13:46:29 Subversion 1.6.2, apr 1.3.3 apr-utils 1.3.4 neon 0.28.4 OpenSSL 0.9.8k 25 Mar 2009 zlib 1.2.3 *** The information in this e-mail is confidential and intended solely for the individual or entity to

RE: cannot break lock due to no matching lock-token

2010-04-15 Thread Giulio Troccoli
Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: Tom Jones [mailto:tom.jo...@woodward.com] > Sent: 14 April 2010 17:15 > To: 'users@subver