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

Re: Getting the changes to the WC

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2006-12-21 09:08:20 CET

>>>>> "Dave" == Dave Thomas mailing lists <davelist@peoplemerge.com> writes:

    Dave> A user's made a series of changes to his working copy, which
    Dave> include creating some files (they're unversioned), and
    Dave> deleting others (they're missing).

That's your problem right there. If you're using subversion, you
mustn't do stuff "behind its back" -- i.e., don't just delete files;
instead, do 'svn rm' on them. And when you create new files that you
want versioned, run "svn add" on them.

    Dave> Another user of the same repo needs to make the same
    Dave> changes.

If you do what I suggest above, and then commit the changes, that
other user merely needs to run "svn up".

See http://svnbook.red-bean.com/nightly/en/svn.tour.cycle.html

-- 
It is possible that with more experience and maturity Scorsese
will direct more polished, finished films ...
        -- Roger Ebert, 1969
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 21 09:23:45 2006

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

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