[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Add text to commit log

From: Erling Wegger Linde <erlingwl_at_gmail.com>
Date: Tue, 11 Mar 2008 14:48:04 +0100

Thanks, but I tried

my $RESULT = `svn propset svn:log --revprop -r $REV \"new log\" $REPO`;

But I still get svn: '/home/svn/milesplatform' is not a working copy

I'm not sure what is meant by "working copy". How can I fetch a
working copy, how does a working copy URL look like?

- Erling

On Tue, Mar 11, 2008 at 2:38 PM, Lorenz <lorenznl_at_yahoo.com> wrote:
> Erling Wegger Linde wrote:
> >I got it to create the directory and write to the file using full paths.
> >
> > However, I can't update the log using this line:
> >
> > my $RESULT = `$SVN propset -r $REV --revprop svn:log \"new log\"
> > $REPO`; (do I need the \ before the " by the way?)
>
> you got the syntax slightly wrong.
>
> from 'svn help propset'
>
> svn propset PROPNAME --revprop -r REV PROPVAL [TARGET]
> --
>
> Lorenz
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

-- 
Med vennlig hilsen
Erling Wegger Linde
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-11 14:48:36 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.