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

RE: svn commit

From: Andrew R Feller <afelle1_at_lsu.edu>
Date: 2007-06-21 19:37:13 CEST

Depending whether this is for recently added or modified files /
directories...

Two ways you can do this:

1. Selectively commit individual items (modified only)

One way you can do it is selecting only the files / directories you want
to commit individually. For example, with the following file structure:

/tmp
  /checkout
    /new_dir
      Commitme/
      Commitme.1
      Commitme.2
      DontCommitMe/
      DontCommitMe.1

I would (assuming I was in /tmp/checkout):

svn commit new_dir/CommitMe new_dir/CommitMe.1 new_dir/CommitMe.2

2. Don't add files / directories if they aren't ready to be committed
(add only)

If this is a situation where the parent directory has been recently
added but not committed, then you should not add any of its children
that aren't ready to be committed.

Andrew R Feller, Analyst
Subversion Administrator
University Information Systems
Louisiana State University
afelle1@lsu.edu
(office) 225.578.3737

-----Original Message-----
From: [Sunshine Tech Solutions] Ravi Gehlot
[mailto:ravi@sunshinetechsolutions.com]
Sent: Thursday, June 21, 2007 11:55 AM
To: SVN Mailing List
Subject: svn commit

How do I commit a directory excluding a few subdirectories?

Ravi.

-- 
-------------------------------------------
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
ravi@sunshinetechsolutions.com
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
-------------------------------------------
Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 21 19:37:44 2007

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.