Question

UUUPSS 10. (5 pts.) Can different files in a working directory under Subversion control have differ ent version numbers? Ye
0 0
Add a comment Improve this question Transcribed image text
Answer #1

10)

Yes

Reason:

Until unless the changes of a file are committed in a subversion control system the file version is not changed, if there are two files and changes to one file is committed and updated then it will have a new version but another file will have the old version.

11) Phony Target:

The phony target is not the real name of a file, it is the name of the command to be executed when an explicit request is made.

Ex:

.PHONY: clean
clean:
        rm *.c file

13)

given make file

main.o: main.c helper.h

gcc main.c

the above make file will first link the files main.c and helper.h which are required for execution

gcc main.c will compile the main.c file

Add a comment
Know the answer?
Add Answer to:
UUUPSS 10. (5 pts.) Can different files in a "working directory" under Subversion control have differ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT