On Aug 4, 2009, at 16:23, Paul Williams wrote:
> We were planning to set it up with users checking out from a
> repository
> with TortoiseSVN making changes, then commiting their changes.
> A post-commit hook would then update the web server so they could
> see the
> effect of their changes.
>
> However, the way they are presently using Contribute publishing,
> which is a sftp/ftp tool along with a key that controls where
> they can make changes.
>
> We are trying to accommodate the way they are presently working, by
> cludging together this approach.
>
> I will take a look at svn_load_dirs.pl to see if it will do what
> we need.
I don't think svn_load_dirs.pl will be particularly applicable to
your case. That's for loading a whole set of new sources from a
separate unversioned directory into your repository.
You're saying you're modifying the working copy on the server,
possibly adding, removing, renaming or changing files, and want
Subversion to detect this after the fact. This is what the FAQ says
you're not supposed to do, and because you're not supposed to do it,
Subversion doesn't provide you with a way to do it.
http://subversion.tigris.org/faq.html#wc-change-detection
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380192
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-04 23:43:43 CEST