Re: [Anjuta-list] importing symbolic links



It should be pretty trivial to implmenet. A quick fix solution is to
remove lines 119 to 121 in tagmanager/tm_file_entry.c. The lines are:
        /* TTimo - don't follow symlinks */
        if (tm_file_entry_type(path) == tm_file_link_t)
                return NULL;

Then, in line 138, after case tm_file_regular_t:
Add:
'case tm_file_link_t:'

We'll probably make it a preference in HEAD though.

> I'm the exact opposite. I patched it to ignore symlinks so that it doesn't
> try to build a tree out of the 40Gb of media I have. I suppose this would
> need to be turned into a preference.
> 
> TTimo
> 
> On Thu, 3 Apr 2003 09:20:18 -0800 (PST)
> Jeff Bail <rustysawdust yahoo com> wrote:
> 
> > I was using the import feature of 1.0.1 to pull in my project which
> depends
> > heavily on symlinks to other projects. When I import projects using 1.0.2
> it no
> > longer follows these links. I noticed in the changelog it says
> > "tagmanager/tm_file_entry.c, tagmanager/include/tm_file_entry.h: Ignore
> > symlinks and .svn directories".
> >
> > I can see why you wouldn't want to pull in all your symlinks, but there
> must be
> > other people out there with projects like mine that need the symlinks.
> Can
> > someone give me some background on this? Ideally I think there should be
> an
> > option for this when you're importing the project. I'm an experienced
> > programmer but I've never worked with anjuta before. Could someone give a
> rough
> > idea of how hard this would be to implement and if there'd be any
> interest in
> > putting it into Anjuta?
> >
> > Thanks,
> >
> > Jeff
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: ValueWeb:
> > Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
> > No other company gives more support or power for your dedicated server
> > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
> > _______________________________________________
> > Anjuta-list mailing list
> > Anjuta-list lists sourceforge net
> > https://lists.sourceforge.net/lists/listinfo/anjuta-list
> >
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: ValueWeb:
> Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
> No other company gives more support or power for your dedicated server
> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
-- 
Biswa.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]