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

Re: [TSVN] All files modified since revision

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-07-08 17:56:58 CEST

Nick Gilbert wrote:

> Is there an easier way to get a list of all files modified since
> revision x? I develop .NET websites and I often need to know which
> files to upload to the remote server to bring it up to date. I don't
> really want to FTP the entire site again, so getting a list of the
> changed files is useful.

There are plenty of such tools available which can sync contents with
webservers. Try googling for them (don't know the names right now,
because I never used one, but there were such questions on this and the
subversion mailing list about this).

> I have considered installing TSVN on the webserver so I can simply tag
> the release and switch to the tag on the webserver itself when I want to
> make the new version live, but this isn't very practical as there are
> some files that I wouldn't want it to update but I *do* need to keep in
> subversion (eg web.config and various other server-specific files).

You could place those files in another folder:
/config contains web.config and others
/websource contains the files you want to place on the server

then just check out the /websource folder on the server and do updates
there.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 8 19:00:36 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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