Re: svnshell-like client

2011-05-31 Thread Les Mikesell
On 5/31/2011 12:50 PM, Rick Varney wrote: We are migrating from a RCS-like revision control system, RCE, to Subversion. The users are accustomed to poking around in the directories where the archive files are stored to see what's there in a Linux bash shell. While it is possible to do this using

Re: Disabling automatic setting of svn:executable property

2011-05-31 Thread Karl Heinz Marbaise
Hi, We just tried that. > One user complained that the Windows client didn't hide passwords > he typed in (displayed the whole thing in plain text instead of > displaying *s), Sorry to say so, but this can't be cause the SVN client hides on console as well...and also on Windows...I don't know

RE: Disabling automatic setting of svn:executable property

2011-05-31 Thread Daniel Schepler
We just tried that. One user complained that the Windows client didn't hide passwords he typed in (displayed the whole thing in plain text instead of displaying *s), and he couldn't commit because the client was unable to find "vim" although it was installed under Cygwin. In short, he found th

Re: svnshell-like client

2011-05-31 Thread Daniel Shahaf
cadaver(1) allows browsing WebDAV HTTP servers from the command line. It doesn't do everything you want (but you might be able to use it as a starting point (if you enable http:// access to your repositories)). Rick Varney wrote on Tue, May 31, 2011 at 10:50:14 -0700: > Hello, > > We are migratin

RE: Using tags to manage releases?

2011-05-31 Thread Bob Archer
> On Tue, May 31, 2011 at 11:35 AM, Bob Archer > wrote: > >> Hey everyone, > >> So here's what I'm trying to do and I'm wondering if I'm > >> approaching > >> this all wrong. > >> > >> First off, we are using Subversion for web site assets. > >> > >> Since its a website, its a very "organic" prope

Re: Using tags to manage releases?

2011-05-31 Thread Les Mikesell
On 5/31/2011 1:43 PM, Charlie Davis wrote: Having say, 4 people working on Trunk (day to day changes and what not to the site), the another 4 working on separate site features (Who would branch out to their own branches), how can cleanly deploy a set of new files for the site while everyone is w

Re: Using tags to manage releases?

2011-05-31 Thread Charlie Davis
I guess the problem I'm trying to circumvent is letting developers just chug away on Trunk and marking files they believe ready for release. Having say, 4 people working on Trunk (day to day changes and what not to the site), the another 4 working on separate site features (Who would branch out to

RE: Using tags to manage releases?

2011-05-31 Thread Bob Archer
> Hey everyone, > So here's what I'm trying to do and I'm wondering if I'm > approaching > this all wrong. > > First off, we are using Subversion for web site assets. > > Since its a website, its a very "organic" property. The method of > developing towards an end goal and then releasing that, do

Using tags to manage releases?

2011-05-31 Thread Charlie Davis
Hey everyone, So here's what I'm trying to do and I'm wondering if I'm approaching this all wrong. First off, we are using Subversion for web site assets. Since its a website, its a very "organic" property. The method of developing towards an end goal and then releasing that, doesn't really work

svnshell-like client

2011-05-31 Thread Rick Varney
Hello, We are migrating from a RCS-like revision control system, RCE, to Subversion.   The users are accustomed to poking around in the directories where the archive files are stored to see what's there in a Linux bash shell.  While it is possible to do this using the svn client commands by pro

Re: Update Revision tag

2011-05-31 Thread Andy Levy
2011/5/31 Pazmiño Mazón, Iván Andrés : > Hi folks, > > Within a type's javadoc you can add a tag which updates the file's > current revision. CVS worked with the following tag > > @revision $$Revision: $$ > > how to activate this with subversion? http://svnbook.red-bean.com/nightly/en/svn.advanced

Update Revision tag

2011-05-31 Thread Pazmiño Mazón , Iván Andrés
Hi folks, Within a type's javadoc you can add a tag which updates the file's current revision. CVS worked with the following tag @revision $$Revision: $$ how to activate this with subversion? Thank in advance "Clausula de Confidencialidad: La información contenida en el presente mensaje es co

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-31 Thread Stefan Sperling
On Tue, May 31, 2011 at 01:07:02AM +0200, Stefan Sperling wrote: > On Tue, May 31, 2011 at 01:41:54AM +0300, Daniel Shahaf wrote: > > > We should also make svnadmin verify complain if paths are not in UTF-8. > > > > +1. > > > > The validation that 'load' and 'commit' trigger is path_valid() in >

RE: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-31 Thread Torsten Krah
> Subversion defines that it must be utf-8, so it can't answer this > question > for you. Yes it can't anwer, but it may provide some option like to specify some "encodings" e.g. via command line which it should try as fallback if it encounters path names which are not UTF-8 - it may not be the "

RE: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-31 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: dinsdag 31 mei 2011 0:10 > To: Torsten Krah > Cc: users@subversion.apache.org > Subject: Re: svnadmin: Path '' is not in UTF-8 - svnadmin load fails > > Torsten Krah wrote on Mon, May 30, 2011 at 23:4

Re: Disabling automatic setting of svn:executable property

2011-05-31 Thread Ryan Schmidt
On May 30, 2011, at 22:58, Nico Kadel-Garcia wrote: > On Mon, May 30, 2011 at 2:43 PM, Ryan Schmidt wrote: >> >> On May 30, 2011, at 11:26, Nico Kadel-Garcia wrote: >> >>> There's a potential risk with the approach: CygWin uses UNIX >>> compatible end-of-line characters. TortoiseSVN, and other W