Results 1 to 3 of 3

Thread: subversion: listing unsubmitted local files that are not in repository

  1. #1
    Join Date
    Mar 2005
    Location
    Austin
    Beans
    339
    Distro
    Ubuntu 7.04 Feisty Fawn

    subversion: listing unsubmitted local files that are not in repository

    Hi, I have a subversion repository and want to delete my local copy, but before I do I want to see what local files I might not have added to the repository by mistake - I just found one.

    I don't want to svn add all the files recursively because there are binary and hidden files that I do not want to add. Does anyone know a way to do this? Just want to make sure I do not loose any files! There are a lot of directories so doing it manually is not fun

    Cheers

  2. #2
    WW is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Oct 2004
    Beans
    1,532

    Re: subversion: listing unsubmitted local files that are not in repository

    Try the command svn status. Any file with a question mark in front of it is not in the repository. For more information, use svn help status

  3. #3
    Join Date
    Mar 2005
    Location
    Austin
    Beans
    339
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: subversion: listing unsubmitted local files that are not in repository

    great, thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •