Different subsets in the same directory

2011-06-27 Thread Cecil Westerhof
Say I have 5 sets of shell-scripts (A, B, C, D and E). On one computer I want all in ~/bin, on another I want A and B in ~/bin, on another I want A, C and D in ~/bin, etc. Is there a best practise to do this, or should I make several sub-directories in ~/bin? -- Cecil Westerhof Senior Software

Tortoise and editing files on a server

2011-03-28 Thread Cecil Westerhof
cipal they want to use tortoise. How should this be implemented? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Setting the caching of passwords only localy

2011-03-23 Thread Cecil Westerhof
t they have to input there password every-time. But maybe I am going to far. Seeing that now everything is done by (unencrypted) FTP, it would be a big improvement when they would use subversion with SASL. So lets first implement this. Later on I could make things even more secure. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Setting the caching of passwords only localy

2011-03-23 Thread Cecil Westerhof
As I understand it the caching or not is done through setting: ${HOME}/.subversion/servers Is it possible to do this centrally? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Problems with setting up subversion

2011-03-23 Thread Cecil Westerhof
my version I put: anon-access = write (Is not a problem because it is only used locally.) Well I have to wait until I get the credentials to edit the conf files. I'll start implementing SASL on my own system. When I get the credentials I know what to do. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Problems with setting up subversion

2011-03-23 Thread Cecil Westerhof
ks -rw-r--r-- 1 svn cecil 229 2011-03-22 14:56 README.txt The group is different, but that should not make a difference I would think. What could be happening here? My version: svnserve, version 1.6.15 (r1038135) the clients version: svnserve, version 1.6.12 (r955767) -- Cecil Wester

Re: recursive propedit

2011-03-22 Thread Cecil Westerhof
sub-directories are shown. I would like those also not to be shown. And I found a solution. I made a file generatedFiles with: generatedFiles *.log *.mpd *.pdf *.tuc And then giving the command: svn propset svn:ignore --recursive --file generatedFiles . does the trick.

Re: I do not receive my own messages anymore

2011-03-22 Thread Cecil Westerhof
Op dinsdag 22 mrt 2011 19:41 CET schreef Cecil Westerhof: > In the past I received the messages I send to the list. But not > anymore. What could be the problem? It looks like the problem is solved. I received this and two other messages I send to the list. -- Cecil Westerhof Senior So

I do not receive my own messages anymore

2011-03-22 Thread Cecil Westerhof
In the past I received the messages I send to the list. But not anymore. What could be the problem? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Upgrade subversion 1.5.1

2011-03-22 Thread Cecil Westerhof
ve, version 1.6.12 (r955767) compiled Mar 7 2011, 06:43:32 It is a Debian system and this is the version that will be distributed with the next Debian. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

recursive propedit

2011-03-22 Thread Cecil Westerhof
I am executing: svn propedit svn:ignore . But this works only on the current directory. I like to have it work on all the directories beneath the current directory also. And if possible on the directories that will be created in the future. Is this possible? -- Cecil Westerhof Senior

Re: svnserve and passwords

2011-03-21 Thread Cecil Westerhof
r problem. I would like the user to change his password for subversion. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: svnserve and passwords

2011-03-21 Thread Cecil Westerhof
nfrastructure. I already was reading the redbook. I think I first just implement SASL to get things on the road. When that works, I'll look at the offsite management. Is that in the redbook? I can not remember seeing it. But maybe I overlooked something. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Upgrade subversion 1.5.1

2011-03-21 Thread Cecil Westerhof
o date set), support for 1.5 will cease. Okay, I'll try to convince them. Was what I expected, but a check does not hurt. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

svnserve and passwords

2011-03-21 Thread Cecil Westerhof
to change the password and mail it to the user. Is this correct, or am I overlooking something? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Upgrade subversion 1.5.1

2011-03-21 Thread Cecil Westerhof
important? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

MySQL changes into svn

2011-02-28 Thread Cecil Westerhof
I am just asked if it is possible to put the changes of MySQL databases in svn. I could of-course export the table definitions and store those in svn. I was just wondering if there is a better way? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Better way to create project?

2011-02-28 Thread Cecil Westerhof
from bin.old to bin. I removed bin.old. I did a svn add. I did a svn commit. This are quit a few steps. Is there a better way to do this? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Cecil Westerhof
lly misleading. > svnserve can authenticate users in various ways. > See > > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth I thought I had read something like that. ;-} I will notify the openSUSE people. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Cecil Westerhof
enSUSE 11) it is in: /etc/sysconfig/svnserve -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Cecil Westerhof
it at the moment, but when it expands, I should know what I am doing). What is mend with: # default options for the svnserve process # it is recommended to provide only readonly access to your data. # there is no authentication possible, everyone can read and write at will # read the

Possibility to commit from 'all' systems

2011-01-18 Thread Cecil Westerhof
make changes on the system svnserve is running on. Is there a safe way to have the possibility to change the files on 'all' systems? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof