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

Re: Re: Creating a drop folder

From: Tankko <tankko_at_gmail.com>
Date: 2006-07-13 23:10:06 CEST

> Since you will never have merge conflicts, why don't you drop the drop
> dir and recreate it, instead of messing with a merge?
> svn rm .../drop
> svn mkdir drop
> svn copy trunk/some/where drop
> or keep the dir and delete the contents
> for /f %i in ('svn ls -N .../drop' do @svn rm %i
> svn copy ...

Won't that make all the files look "new" to the person downloading the
/drop directory? Since my project contains a large number of
Photoshop files that don't change very often, I was hoping to avoid
them updating files that have not changed.

Tankko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 13 23:11:37 2006

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.