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

Re: Can someone explain this?

From: Travis P <svn_at_castle.fastmail.fm>
Date: 2005-02-02 05:58:43 CET

On Feb 1, 2005, at 10:32 PM, Steve Cohen wrote:

> Okay, Travis and Ben, let me see if I understand this "Mixed Revision"
> business after having read the relevant manual portion. This folder
> was at revision 2. When I added C2.java to the repository, thereby
> committing rev 16, this only applied to the new files, not to the
> directory itself. Therefore, it was necessary to do an svn update,
> which did bring the whole directory up to revision 16. Do I have that
> right?

Yep. Here's an abbreviated transcript that shows it working as you
describe:

$ svn info .
Path: .
URL: file:///tst/here/ex
Revision: 1

$ touch hi
$ svn add hi
A hi
$ svn info .
Path: .
URL: file:///tst/here/ex
Revision: 1

$ svn ci hi -m ''
Adding hi
Transmitting file data .
Committed revision 2.

$ svn info .
Path: .
URL: file:///tst/here/ex
Revision: 1

$ svn info hi
Path: hi
Name: hi
URL: file:///tst/here/ex/hi
Revision: 2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 06:01:55 2005

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.