Re: file /directory size on svnServer?

2010-03-19 Thread netvampire.tw
Thanks for your information would be helpful but I am on Windows. I separate using the output from svn ls -R --xml > size.xml then apply xslt to sum size. now I can estimate the size grows every day. I use this statistic to help monitor detail working status on svn every day now. I knew it would be

Re: Implementing a 'deploy' script / webdav

2010-03-19 Thread Ryan Schmidt
On Mar 19, 2010, at 18:52, robert mena wrote: > On Fri, Mar 19, 2010 at 6:35 PM, Ryan Schmidt wrote: > >> On Mar 19, 2010, at 16:55, robert mena wrote: >> >> > I am using svn (webdav) and I need to allow the developers to request that >> > updates are made in a staging server. >> > >> > Since t

Re: Implementing a 'deploy' script / webdav

2010-03-19 Thread robert mena
Hi, Just to make sure my 'requirements' are clear I have a repository (/repos) where I have several projects like clientA, clientB etc. They are all websites so the devel team (testers, layout etc) adds, removes, updates directories and files related. When they've reached a point where they need

Re: Implementing a 'deploy' script / webdav

2010-03-19 Thread robert mena
hi ryan, thanks. I've looked but it seems to work only with ssh and does not mention webdav. On Fri, Mar 19, 2010 at 6:35 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Mar 19, 2010, at 16:55, robert mena wrote: > > > I am using svn (webdav) and I need to allow the developers

Re: Implementing a 'deploy' script / webdav

2010-03-19 Thread Ryan Schmidt
On Mar 19, 2010, at 16:55, robert mena wrote: > I am using svn (webdav) and I need to allow the developers to request that > updates are made in a staging server. > > Since the developers can't access the server from the console/ssh I'd like to > create a system where the developer would list

Implementing a 'deploy' script / webdav

2010-03-19 Thread robert mena
Hi, I am using svn (webdav) and I need to allow the developers to request that updates are made in a staging server. Since the developers can't access the server from the console/ssh I'd like to create a system where the developer would list the files and request. My script would pull the request

Re: Problems running svnserve as Windows service

2010-03-19 Thread Holger Naundorf
Hi, this was indeed the problem! The rest of cygwin runs so great under Windows that it never occurred to me that this could be the problem. Thank you very much, Holger Naundorf - Original Message - From: "Bob Archer" To: "Holger Naundorf" ; Sent: Friday, March 19, 2010 3:10 PM

Re: SVN 1.4.6 support exit codes

2010-03-19 Thread Jeremy Whitlock
> > does SVN support exit codes. Suppose if I use "svn merge" in my shell script, > will svn be able to return exit code "0" if the merge is successful. Yes, Subversion's exit codes conform to Unix standards in that regard. All this time waiting around and you could had just run a simple test

Re: SVN 1.4.6 support exit codes

2010-03-19 Thread Charan
Hi all, Can anyone help me on this? Thanks, On Wed, Mar 17, 2010 at 10:34 PM, Charan wrote: > Hi, > > does SVN support exit codes. Suppose if I use "svn merge" in my shell > script, will svn be able to return exit code "0" if the merge is successful. > > > Thanks, > Charan >

RE: Problems running svnserve as Windows service

2010-03-19 Thread Bob Archer
> I am trying to run svnserve as a windows service. > At different places (like http://subversion.apache.org/faq.html#svnserve- > win-service) I found a very good description of what I have to do. > Unfortunately, when I follow the description, I have no problems > registering the Windows service (

Re: file /directory size on svnServer?

2010-03-19 Thread Campbell Allan
On Wednesday 17 Mar 2010, netvampire.tw wrote: > Is there any command can show files / directories size on the server? I > want to know if I have enough space before checkout Thanks I don't believe there is a command, it's difficult to get an accurate answer as each operating system has differen

Out of memory error while merging

2010-03-19 Thread RoboJ1M
Hi, I'm having a problem with our new SVN system. Initially I thought it was a problem with TortoiseSVN but after discussing it on their mailing list and performing the same actions in command line svn it seems the problem further up the pipe. Anyway, I'm getting Out Of Memory for this command:

Re: Problems running svnserve as Windows service

2010-03-19 Thread Andy Levy
On Fri, Mar 19, 2010 at 06:47, Holger Naundorf wrote: > Hi, > > I am trying to run svnserve as a windows service. > At different places (like > http://subversion.apache.org/faq.html#svnserve-win-service) I found a very > good description of what I have to do. > Unfortunately, when I follow the d

Problems running svnserve as Windows service

2010-03-19 Thread Holger Naundorf
Hi, I am trying to run svnserve as a windows service. At different places (like http://subversion.apache.org/faq.html#svnserve-win-service) I found a very good description of what I have to do. Unfortunately, when I follow the description, I have no problems registering the Windows service (bot