SVN Commit and Properties
From: BRM <bm_witness_at_yahoo.com>
Date: Mon, 17 Aug 2009 14:47:01 -0700 (PDT)
I have a project in SVN that uses svn:externals to bring in headers and libraries from other parts of the source tree.
Normally, when I want to do a partial commit of the working copy I just specify the files on the command-line:
$ svn commit file1.cpp file2.cpp file3.h -m "some message"
However, using the dot operator (.) to specify the local copy for the properties also pulled in my other file.
Note: In case you are wondering, the file I didn't want to commit was a script that I had modified for my testing purposes, but really is of no value to others using the source. While it's okay it got committed, I would rather it not have. I'm more curious with this for future commits where I may have files that I really don't want committed yet. Sadly, I'm stuck with SVN 1.4 at the moment (due to server OS limitations).
TIA,
Ben
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.