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

Re: svn add weirdness

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2006-11-30 05:32:38 CET

    Hi,
    $ svn status
    ...
    ? vendor/extra_plugins/localization_simplified
    ...

    $ svn add vendor/extra_plugins/localization_simplified
    svn: warning: 'vendor/extra_plugins/localization_simplified' is
    already under version control

    $ svn status
    ...
    ? vendor/extra_plugins/localization_simplified
    ...

    Why is this?

I think you've got some .svn directories from an old working copy
lying around.

    I remember that I had move localization_simplified directory to
    another directory then move it to its place again but I don't
    think it's an issue.

It is, if you moved a working copy using your operating system's
"move" commands -- "mv" on *nix, or drag-n-drop on Windows. Use "svn
mv" to restructure stuff.

-- 
A special circle of hell should be reserved for video
executives who place previews at the beginnings of DVDs.
        -- Roger Ebert
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 05:39:08 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.