On Wed, 13 Jul 2011 22:55:24 +, Stefan Sperling wrote:
...
> Try setting the environment variable in your crontab instead.
> Put this in your crontab:
>
> LC_ALL=en_US.UTF-8
> * * * * * /root/test >> /var/log/test.log 2>&1
>
> I think that should work. Most cron programs support setting e
Thanks a lot! It works. The program can execute svn commands and no error
comes out.
On Thu, Jul 14, 2011 at 4:55 AM, Stefan Sperling wrote:
> On Wed, Jul 13, 2011 at 11:05:34PM +0800, 温德鑫 wrote:
> > HI,all:
> > I wrote a file like this: test.c
> > #include
> > #include
> > #include
> > i
Actually, I redirected it in a file and then looked at the file. It
does work on the Mac. I guess my prompt was overwriting it?
I just tried it on Windows and it works w/ the prompt on the next line.
Thanks.
On Wed, Jul 13, 2011 at 5:55 PM, Daniel Shahaf wrote:
> Works for me with HEAD of the 1
Works for me with HEAD of the 1.6.x branch.
David Weintraub wrote on Wed, Jul 13, 2011 at 17:47:34 -0400:
> Just downloaded Subversion 1.6.17 from CollabNet (for Mac OS X 10.6)
> and had the same issue. I'll try it in Windows.
>
> --
> David Weintraub
> qazw...@gmail.com
Just downloaded Subversion 1.6.17 from CollabNet (for Mac OS X 10.6)
and had the same issue. I'll try it in Windows.
--
David Weintraub
qazw...@gmail.com
On Wed, Jul 13, 2011 at 5:15 PM, Daniel Shahaf wrote:
> Works for me, 1.7.0-alpha3.
> What version are you using? Do you need 'svnlook pg -r' or 'svnlook pg -t'?
I'm using:
> $ svn --version
> svn, version 1.6.16 (r1073529)
> compiled Apr 4 2011, 17:46:33
This is on Mac Snow Leopard.
> $ fi
On Wed, Jul 13, 2011 at 05:07:53PM -0400, David Weintraub wrote:
> Okay take a look at the following:
>
> > 1: $ svnlook changed -r2 svn_repos/
> > _U trunk/
> > 2: $ svnlook proplist -r2 -v svn_repos/ trunk
> > foo : bar
> > 3: $ svnlook propget -r2 svn_repos/ foo trunk
> > 4: $ svnlook propge
Works for me, 1.7.0-alpha3.
% $svnlook pg r1 foo /trunk/iota
bar
% $svnlook pg r1 foo trunk/iota
bar
% $svnlook --version -q
1.7.0-alpha3
What version are you using? Do you need 'svnlook pg -r' or 'svnlook pg -t'?
David Weintraub wrote on Wed, Jul 13, 2011 at 17:07:53 -0400:
> Okay take a look
Okay take a look at the following:
> 1: $ svnlook changed -r2 svn_repos/
> _U trunk/
> 2: $ svnlook proplist -r2 -v svn_repos/ trunk
> foo : bar
> 3: $ svnlook propget -r2 svn_repos/ foo trunk
> 4: $ svnlook propget -r2 svn_repos/ fooo trunk
> svnlook: Property 'fooo' not found on path 'trunk'
On Wed, Jul 13, 2011 at 11:05:34PM +0800, 温德鑫 wrote:
> HI,all:
> I wrote a file like this: test.c
> #include
> #include
> #include
> int main()
> {
>FILE *fpipe;
>char *command="cd /data/cdc/document/;/usr/bin/svn status 73/2788
> --config-dir /home/svnroot/.subversion 2>&1";
>ch
HI,all:
I wrote a file like this: test.c
#include
#include
#include
int main()
{
FILE *fpipe;
char *command="cd /data/cdc/document/;/usr/bin/svn status 73/2788
--config-dir /home/svnroot/.subversion 2>&1";
char line[256];
if ( !(fpipe = (FILE*)popen(command,"r")) )
{ // If fpipe
Hi again Stefan - and thanks for the help.
On 14/07/2011, at 2:04 AM, Stefan Sperling wrote:
> On Thu, Jul 14, 2011 at 01:43:11AM +1000, Gavin "Beau" Baumanis wrote:
>> Hi Stefan,
>>
>> Here is the information you requested;
>>
>> svn status shared;
>> C shared
>>> local delete, incoming edit
On Thu, Jul 14, 2011 at 01:43:11AM +1000, Gavin "Beau" Baumanis wrote:
> Hi Stefan,
>
> Here is the information you requested;
>
> svn status shared;
> C shared
> > local delete, incoming edit upon merge
>
>
> svn info shared;
> Tree conflict: local delete, incoming edit upon merge
>
Hi Stefan,
Here is the information you requested;
svn status shared;
C shared
> local delete, incoming edit upon merge
svn info shared;
Tree conflict: local delete, incoming edit upon merge
Source left: (dir) http://192.168.10.95/svn/repo/trunk/nz/shared@2
Source right: (dir) http:
On Thu, Jul 14, 2011 at 01:15:29AM +1000, Gavin "Beau" Baumanis wrote:
> and so now I get this when I try to do a merge
> I understand why I have a conflict
> I have an external that is a duplicate of a "real" location and there was an
> edit at the external path too.
>
> so now I get;
>
Hi Stefan,
I have finally managed t get some tie to devote to my lack of understanding of
merge conflicts.
I have read the post you mentioned in your reply;
> http://svn.haxx.se/users/archive-2011-04/0209.shtml
And I have also gone back and re-read the svn-book, too.
I can't say that it has help
BTW: I wasn't sure if I should approve your email to the list, seeing how it
was confidential and all.
From: Ankur Bhatnagar [mailto:ankur.bhatna...@symphonysv.com]
Sent: Wednesday, July 13, 2011 7:59 AM
To: users@subversion.apache.org
Subject:
Hi,
I have set up a svn server on my machine and
On Jul 13, 2011, at 06:58, Ankur Bhatnagar wrote:
> I have set up a svn server on my machine and im getting some error
> regarding the authorization part in repositoriese.im attaching my http.conf
> and authz file along ,kindly check is there any error in that.
>
> And in error log im ge
Hi,
I have set up a svn server on my machine and im getting some error regarding
the authorization part in repositoriese.im attaching my http.conf and authz
file along ,kindly check is there any error in that.
And in error log im getting some error mestion below
[Wed Jul 13 16:13:59 2011
19 matches
Mail list logo