Re: How to store new password so no need to enter every time?

2012-05-04 Thread frame
On Thursday, May 3, 2012 3:47:13 PM UTC-4, Stefan Sperling wrote: > > On Thu, May 03, 2012 at 12:41:38PM -0700, frame wrote: > > I saw the password is saved in the file within > .subversion/auth/svn.simple > > directory. Is that correct? How can I have it saved in encrypted format? > Is > >

Re: How to store new password so no need to enter every time?

2012-05-04 Thread Stefan Sperling
On Fri, May 04, 2012 at 06:48:10AM -0700, frame wrote: > > > On Thursday, May 3, 2012 3:47:13 PM UTC-4, Stefan Sperling wrote: > > > > On Thu, May 03, 2012 at 12:41:38PM -0700, frame wrote: > > > I saw the password is saved in the file within > > .subversion/auth/svn.simple > > > directory. Is

Re: How to store new password so no need to enter every time?

2012-05-04 Thread Mark Phippard
On Fri, May 4, 2012 at 9:59 AM, Stefan Sperling wrote: > I don't know if gnome-keyring or kwallet are available in Red Hat > Linux 5.8, and whether or not support for these features was compiled > into Subversion by the Red Hat packagers. Somebody else on this list > may know. Or you might want to

Are some global ignore patterns hard coded in svn?

2012-05-04 Thread Dario Marini
Hi, all. I presume following global ignore patterns are in some way hard coded in svn (I checked in svn versions 1.6.16 and 1.7.2) *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store So, files matching these patterns are ignored when default configuration

SVN 1.7.4 checkout not changing files

2012-05-04 Thread James Withers
Hello, I am using SVN 1.7.4 (r1295709) CentOS 5.5, having removed 1.6 and installed the new RPM. In a directory, svn co shows the files that have been added/modified/deleted. However, the files themselves remain unchanged on the filesystem. As a workaround,

During sparse checkout, what's the difference between "svn update --depth" and "svn update --set-depth"?

2012-05-04 Thread frame
I am playing sparse checkout feature of subversion. It is working great. It let me completely ignore the portion of the tree that unrelates to me. I just have one thing unclear: 1)svn checkout https:///proj --depth empty In my local area, I will have a directory created with name "proj", sinc

Re: SVN 1.7.4 checkout not changing files

2012-05-04 Thread Thorsten Schöning
Guten Tag James Withers, am Freitag, 4. Mai 2012 um 09:28 schrieben Sie: > In a directory, svn co shows the files that have been > added/modified/deleted. However, the files themselves remain unchanged > on the filesystem. As a workaround, I need to svn export after an svn co > in order for the ch

Re: Are some global ignore patterns hard coded in svn?

2012-05-04 Thread Daniel Shahaf
Dario Marini wrote on Fri, May 04, 2012 at 16:04:17 +0200: > In order to avoid the ignore of files matching those patterns I have to > define the global-ignores parameter in config file and set it to empty. > > Am I missing something? No.

Fwd: SVN 1.7.4 checkout not changing files

2012-05-04 Thread Nico Kadel-Garcia
-- Forwarded message -- From: Nico Kadel-Garcia Date: Fri, May 4, 2012 at 8:53 PM Subject: Re: SVN 1.7.4 checkout not changing files To: James Withers On Fri, May 4, 2012 at 3:28 AM, James Withers wrote: > Hello, > > I am using SVN 1.7.4 (r1295709) CentOS 5.5, having removed

Re: How to store new password so no need to enter every time?

2012-05-04 Thread Nico Kadel-Garcia
On Fri, May 4, 2012 at 9:59 AM, Stefan Sperling wrote: > On Fri, May 04, 2012 at 06:48:10AM -0700, frame wrote: > > > > > > On Thursday, May 3, 2012 3:47:13 PM UTC-4, Stefan Sperling wrote: > > > > > > On Thu, May 03, 2012 at 12:41:38PM -0700, frame wrote: > > > > I saw the password is saved in t