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

Re: Subversion Cross Reference site updated

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-11-16 07:05:22 CET

On Sat, 15 Nov 2003 23:53:43 -0500, "Christian Sauer"
<christian@endrun.org> said:
> On Fri, Nov 14, 2003 at 11:05:16PM -0600, kfogel@collab.net wrote:
> > Christian Sauer <christian@endrun.org> writes:
> > > The Subversion Cross Reference site (http://www.endrun.org/xr/svn)
> > > has been updated to include the 0.33.0 release.
> >
> > You must have cross-referenced a live working copy, because it snagged
> > all the text-base files (*.svn-base). One solution to this would be
> > to tell the crawler to ignore .svn/ directories, or if that's not
> > possible, then use 'svn export' instead of 'svn checkout' to get the
> > source data.
>
> There isn't an easy way to tell it not to look at files, so perhaps 'svn
> export' is a better way to go. Does export work like checkout, in the
> sense that running 'svn export' in a wc will pull in only changes? I
> would
> hate to have to smash and recreate the directory every night.

Keep two folders: one is a WC, and another is a scratch folder from
which you run your XRef program. svn export can run from a WC, and will
export local changes.

So, your nightly script should update the Subversion repository, svn
export to a local folder, and then the XRef thingie will run in the
exported folder.

[snip]

Hope that helps !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 16 07:06:25 2003

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.