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

svn st skips object files

From: Marcel Molina Jr. <marcel_at_vernix.org>
Date: 2004-06-25 22:44:48 CEST

I made an attempt searching through the subversion issue list at tigris
for the words 'object' and 'status' but didn't find anything. I have no
idea whether this could be a bug or intentional behavior. In any event,
these are the details:

Environment:
    Debian Linux (woody) 2.4.25-vs1.26
    svn, version 1.0.0

I'll just show what i am observing in terms of shell output:

=== start ===
$ svn mkdir blah
A blah
$ cd blah
$ cp ../assembler_file.s .
$ svn st
? assembler_file.s
A .
$ as assembler_file.s -o object_file.o
$ ls
assembler_file.s object_file.o
$ svn st
? assembler_file.s
A .
=== end ===

so why does it seem like svn status has no idea that object_file.o exist?

svn add * will add object_file.o but svn st does not list it...i don't
know enough about anything to get an impression of whether this is
intentional or not but since it doesn't correspond to the prescribed
behavior i assume it is an error.

sorry if this is a known issue. i did try to check the issue tracker
and couldn't find anything. i am also unclear as to whether i should
submit this content directly to the bug reporting system or pass along
to the dev list. if i could have gone about this in a more appropriate
way please advise.

marcel

-- 
Marcel Molina Jr. <marcel@vernix.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 25 22:45:37 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.