Re: branching strategies in subversion

2011-11-29 Thread jes Struck
Thank you for all youre responses The point uis that im not interested in feature branching, my developers are interested in working with developer branches because its hard for them to setup up eclipse each time they branch of from trunk, (i now the switch command is the solution) , but atm. they

Re: svn patch adds extra 0A character at the end of the line

2011-11-29 Thread Peter Balogh
Hi Stefan, It's working, I'll do some more test, and let you know if any issue comes up. Now I'll just have to wait until this patch makes it's way to the main repository :) Thank you for your help, Best regards, Peter Balogh On 2011.11.28. 23:49, Stefan Sperling wrote: On Mon, Nov 28, 2011

RE: bug 4035 is not really fixed

2011-11-29 Thread Cronemberger, Constantino
Hi, Yesterday I left the update running and this morning it was finished. Today I executed "svn status" and saw that I still had some modified files that I have never touched before, then I did the same steps as yesterday and got the same problems: - I try to revert those changes that I did no

Re: bug 4035 is not really fixed

2011-11-29 Thread Philip Martin
"Cronemberger, Constantino" writes: > Yesterday I left the update running and this morning it was finished. Today I > executed "svn status" and saw that I still had some modified files that I > have never touched before, then I did the same steps as yesterday and got the > same problems: > > -

Re: bug 4035 is not really fixed

2011-11-29 Thread Philip Martin
Philip Martin writes: >> Is there any query I can run on my wc to help identify the problem? > > The one I gave last time: > > select * from work_queue > > That's the starting point of the investigation. Constantino was able to supply some information. It appears that the problem is related to

Re: bug 4035 is not really fixed

2011-11-29 Thread Daniel Shahaf
On Tuesday, November 29, 2011 1:04 PM, "Philip Martin" wrote: > Philip Martin writes: > > >> Is there any query I can run on my wc to help identify the problem? > > > > The one I gave last time: > > > > select * from work_queue > > > > That's the starting point of the investigation. > > Const

Re: Queries about SVN (Security related)

2011-11-29 Thread Johan Corveleyn
On Tue, Nov 29, 2011 at 7:44 AM, Daniel Shahaf wrote: > Jerryleen S wrote on Tue, Nov 29, 2011 at 10:50:06 +0530: >> but as per discussion in the thread it isn't possible to differentiate >> deleting or adding or modifying transaction during pre-commit script. >> > > I don't understand what you're

Re: branching strategies in subversion

2011-11-29 Thread Les Mikesell
On Tue, Nov 29, 2011 at 2:13 AM, jes Struck wrote: > Thank you for all youre responses > > The point uis that im not interested in feature branching, my developers > are interested in working with developer branches because its hard for them > to setup up eclipse each time they branch of from tru

Re: Unsubscribe

2011-11-29 Thread Ryan Schmidt
On Nov 28, 2011, at 10:57, Jacquelyn Walter wrote: > Can you unsubscribe my email from this list? No, but you can, by sending an email to users-unsubscr...@subversion.apache.org from the address with which you're subscribed.

Unreferenced pristines behavior in 1.7

2011-11-29 Thread Joshua McKinnon
Can anyone comment on the state of unreferenced items not being deleted in the pristine area in 1.7? The release notes state there are plans to purge unreferenced items automatically, but the issue link appears to be a placeholder (excerpt from 1.7 release notes) : Note: In 1.7, we recommend to r

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Mark Phippard
On Tue, Nov 29, 2011 at 3:00 PM, Joshua McKinnon wrote: > Having it happen automatically instead of needing to regularly run > "svn cleanup" is definitely preferable. I've never had to run it in > the past except in the event of a problem. (e.g. a command did not > complete properly, or something

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Joshua McKinnon
On Tue, Nov 29, 2011 at 3:06 PM, Mark Phippard wrote: > Note that the difference is that now your pristines are shared.  So if > you have files in your working copy that are identical there is only a > single pristine.  Imagine a checkout of an entire repository, > including tags and branches.  Fo

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Andreas Krey
On Tue, 29 Nov 2011 15:57:28 +, Joshua McKinnon wrote: ... > Oh the new working copy format is absolutely great. The point is only > that the pristine files appear to build up over time, which seems new. They do. For every changed file that comes to exist in the sandbox a new pristine copy wil

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Mark Phippard
On Tue, Nov 29, 2011 at 3:57 PM, Joshua McKinnon wrote: > On Tue, Nov 29, 2011 at 3:06 PM, Mark Phippard wrote: >> Note that the difference is that now your pristines are shared.  So if >> you have files in your working copy that are identical there is only a >> single pristine.  Imagine a checko

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Talden
> I am actually in the process of doing an all-branches checkout right > now, to try and take advantage of the consolidation available in the > new working copy format. When using SSDs, disk usage matters. I used to work (pre 1.7) with many branches including the trunk in separate WCs Now I check

Re: Unreferenced pristines behavior in 1.7

2011-11-29 Thread Mark Phippard
On Tue, Nov 29, 2011 at 6:28 PM, Talden wrote: > I'd actually like the ability to separate the pristine-store from the > WC root since I'd like to have several WCs for the same trunk or > branch with various pieces of work-in-progress - sharing pristines > there would be great. > > Maybe something

RE: Queries about SVN (Security related)

2011-11-29 Thread Jerryleen S
Dear Johan, Now we sure that we can differentiate between different forms of commit, is it possible by any SVN enthusiasts to help me write pre-commit script to deny delete/add transactions for certain users. Thanks & Regards, Jerryleen S Project Coordinator, PRDC -Original Message