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

SVN : Quick Questions

From: Muthaiah Ramanathan <ramthen_at_yahoo.com>
Date: 2006-06-05 22:06:40 CEST

1. Is it not possible to supply full-path names in SVN
commands ?

This one failed:

$ svn move "svnarticle_tipstricks/images/repos\
config_apache.png"
svnarticle_tipstricks/images/repos_config_apache.png
svn: Path 'svnarticle_tipstricks/images/repos\
config_apache.png' does not exist

This one succeeded (current working directory:
svnarticles_tipstricks/images):

svn move "repos config_apache.png"
"repos_config_apache.png"
A repos_config_apache.png
D repos config_apache.png

2. Is it possible to rename / append to log message
that was provided while committing a revision set
(assuming the commit completed successfuly) ?

--Ram

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 5 22:07:51 2006

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.