Re: get list of files changed after commit

2010-08-23 Thread Ryan Schmidt
On Aug 23, 2010, at 20:58, david rene comba lareu wrote: > Hi, > > thanks for your help, i have it working now :D > > i made a post in my blog detailing the process and with the small code i > made, if it help to anyone :D > > http://shadow.y-developments.info/shadow_of__soul/2010/08/update-w

Re: get list of files changed after commit

2010-08-23 Thread Ryan Schmidt
On Aug 23, 2010, at 10:41, david rene comba lareu wrote: > i'm using subversion to update a web server that host 20-30 sites. basically > i have users and when the commit is done, the post-commit hook make a svn > update. the problem is that there are a lot of files, and take too much time > to

get list of files changed after commit

2010-08-23 Thread david rene comba lareu
Hello to all, i'm using subversion to update a web server that host 20-30 sites. basically i have users and when the commit is done, the post-commit hook make a svn update. the problem is that there are a lot of files, and take too much time to do it. so, my idea was to get in some way a list of

Re: character encoding of file content

2010-08-23 Thread B Smith-Mannschott
On Mon, Aug 23, 2010 at 16:23, Mark Phippard wrote: > On Mon, Aug 23, 2010 at 10:21 AM, Schroeder, Hartmut > wrote: > > > I have a question concerning character encoding of file content. > > > > Let's say, we have two text files containing german umlauts and with > > different file encodings, o

Re: character encoding of file content

2010-08-23 Thread Mark Phippard
On Mon, Aug 23, 2010 at 10:21 AM, Schroeder, Hartmut wrote: > I have a question concerning character encoding of file content. > > Let's say, we have two text files containing german umlauts and with > different file encodings,  one file has a 8859-1 encoding and the other > UTF-8. Both file are

character encoding of file content

2010-08-23 Thread Schroeder, Hartmut
Hi, I have a question concerning character encoding of file content. Let's say, we have two text files containing german umlauts and with different file encodings, one file has a 8859-1 encoding and the other UTF-8. Both file are committed to Subversion (on different machines). On a checkout bot

Re: is 'svn lock' possible for replication?

2010-08-23 Thread Daniel Shahaf
Campbell Allan wrote on Mon, Aug 23, 2010 at 11:10:28 +0100: > > On Sunday 22 Aug 2010, Andy Levy wrote: > > On Sun, Aug 22, 2010 at 14:16, Steven Woody wrote: > > > On 20 August 2010 23:19, Steven Woody wrote: > > >> Hi, > > >> > > >> With a replication/write-through setup, can a user execute '

RE: is 'svn lock' possible for replication?

2010-08-23 Thread Jon Foster
Hi, Steven Woody wrote: > On 20 August 2010 23:19, Steven Woody wrote: > > Hi, > > > > With a replication/write-through setup, can a user execute 'svn lock' > > on master/slaver nodes? Thanks. > > Hey folks, no one can gives me a hint? The SVN Book answers your question. Kind regards, Jon

Re: is 'svn lock' possible for replication?

2010-08-23 Thread Campbell Allan
On Sunday 22 Aug 2010, Andy Levy wrote: > On Sun, Aug 22, 2010 at 14:16, Steven Woody wrote: > > On 20 August 2010 23:19, Steven Woody wrote: > >> Hi, > >> > >> With a replication/write-through setup, can a user execute 'svn lock' > >> on master/slaver nodes? Thanks. > > > > Hey folks, no one ca