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

Re: Problem with permissions using Asvn

From: Peter Valdemar Mørch <nospam_at_morch.com>
Date: 2005-01-17 00:45:35 CET

Hi there,

I hope you get better advice from somebody better aquainted with asvn,
but don't you need to replace "svn" with "asvn" everywhere? I suspect
that "asvn add" does more than "svn add" in that it also makes svn
properties "here and there".

But I don't really know. I'm just guessing... But I saw you didn't get
any replies, so...

Peter

Jeremy Cohoe wrote:
> rm -rf /subversion/
>
> svnadmin create /subversion
>
> svn mkdir file:///subversion/etc -m "Enable controlling of etc in
> version control "
asvn mkdir
>
> cd /etc/
>
> svn checkout file:///subversion/etc .
asvn checkout
>
> svn add *
asvn add
>
> asvn commit -m "Using asvn to do the commit"
>
>
>
> Then to test it I do:
>
> svn export file:///subversion/ /version_controlled_etc
asvn export
?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 17 00:48:37 2005

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.