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

Re: how to perverse file permission in subversion

From: ying lcs <yinglcs_at_gmail.com>
Date: 2007-08-16 05:43:08 CEST

Actually, I have this weird problem.

I am able to build a program in RedHat EL4 in a directory using
configure and then install.

Then I check in the directory to svn and checkout again.

And when I try to build, it does not build, it get error like this:

configure.ac:360: the top level
configure.ac:360: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
configure.ac:5452: error: possibly undefined macro: AM_PATH_LIBGCRYPT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make[3]: *** [Makefile.am] Error 1
make[3]: Leaving directory
`/root/video_offical_working_dir5/video/vlc/modules/access'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/video_offical_working_dir5/video/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/video_offical_working_dir5/video/vlc'
make: *** [all] Error 2

On 8/15/07, Peter Connolly <psconnolly@gmail.com> wrote:
> Ryan,
>
> You didn't mention your comment from the other thread:
>
> Subversion does not offer that feature.
>
>
> There is a branch of Subversion, called the owner-group-mode branch,
> which attempts to offer this feature. However, it has not been
> touched in about 2 years and is thus out of date.
>
> http://svn.collab.net/viewvc/svn/branches/meta-data-vers ioning/
>
>
> You may wish to look into FSVS which is based on Subversion and may
> offer that feature.
>
> http://fsvs.tigris.org/
>
>
>
> On 8/15/07, Ryan Schmidt < subversion-2007b@ryandesign.com> wrote:
> > On Aug 15, 2007, at 18:42, ying lcs wrote:
> >
> > > When I check in files to subversion (with executable. permission), and
> > > then check them out again, they are no long executable.
> > >
> > > Can you please tell me if/how can i check the file permission when
> > > checking in/out of subversion?
> >
> > In general, Subversion does not preserve file permissions.
> >
> > There is a special case for the executable bit, however. If a file is
> > executable when checked into a Subversion repository, Subversion will
> > add the svn:executable property to the file. On checkout, if a file
> > has the svn:executable property, it will set the executable bit. You
> > can also set the svn:executable property manually for files that do
> > not already have it.
> >
> >
> >
> ---------------------------------------------------------------------
>
> > To unsubscribe, e-mail:
> users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail:
> users-help@subversion.tigris.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 16 05:41:08 2007

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.