Link to home
Start Free TrialLog in
Avatar of puneetdudeja
puneetdudejaFlag for India

asked on

How to get a list of modified, newly added files in SVN ?

How to get a list of all files in the working directory that have been modified and need to be committed to the repository, and also the list of files that have been newly added to the working directory and needs to be added to the repository ?
Avatar of weyland44
weyland44

If you are using TortoiseSVN on a windows box:

*Right click on the folder in question.
*Select the TortoiseSVN menu
*Select "Check for modifications"

You'll get a complete list of files that are conflicted, non-versioned (needs to be added) or modified.

Read "Text status" to determine what state each file is in.

You can rightclick on files in the list and commit your changes/etc selectively.
Avatar of puneetdudeja

ASKER

I am using putty on Linux, and I need the svn command for this.
ASKER CERTIFIED SOLUTION
Avatar of weyland44
weyland44

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial