Robert Huff <roberthuff <at> rcn.com> writes: > > > One quick question: > > I've converted from csup to subversion for ports and docs. > Ports works fine, but for docs, I get messages like: > > Skipped 'mn_MN.UTF-8' -- Node remains in conflict > > Deleting the tree and pulling a fresh chackout has not helped. > Any suggestions?
Change to your top-most working copy dir (the one you obtained with checkout): $ cd working-copy-dir $ svn status If you have done no local edits yet or do not care of loosing them (save it otherwise), then do the following: $ svn update --accept theirs-full $ svn status Did it help ? jb _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
