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

Re: workcopy to repository

From: Freek Dijkstra <public_at_macfreek.nl>
Date: 2007-08-01 08:44:35 CEST

Danny De Koster wrote:

> I’m new with Subversion and I can’t find out how to put my modifications
> of my workcopy to the repository.

svn commit
uploads your local modifications. Note that if you added or deleted
files, you may need to type "svn add mydeletedfile.txt" or "svn add
mynewfile.txt" for remove or add files to the repository.

"svn status" will give you an idea what will be committed.

> Where can I find how to do this?

Usually, the "SVN book": http://svnbook.red-bean.com/ is said to be
"THE" guideline.
In addition, "svn help" lists all commands, and I personally found that
just as helpfull. For example "svn help commit" told me the wonders of
"svn commit" and how to use it.

Regards,
Freek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 1 08:43:08 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.