Subversion is a centralized open-source revision control system, founded by CollabNet Inc. and maintained by The Apache Software Foundation.

learn more… | top users | synonyms (1)

0
votes
1answer
50 views
+150

How to commit from command line only content changes not property ones?

Developer fixes bug in a branch created from trunk. Then I test the branch and reintegrate back to trunk. Lately I am also committing property changes. There are three files that I commit back to ...