CSCI 4152/6509 Natural Language Processing: Lab 1: FCS Computing Environment, SVN Tutorial
CSCI 4152/6509 Natural Language Processing: Lab 1: FCS Computing Environment, SVN Tutorial
Lab 1:
http://web.cs.dal.ca/˜vlado/csci6509
Dalhousie University
#!/usr/bin/perl
Committed revision 2.
for my $i (1..10) {
print "Hello world!\n";
}
• Run: svn commit
• In the secondary window run: svn update
• Verify that the file has been updated
• After finishing with commits, you can even delete primary and the
secondary directory, since all required updates are submitted to the
SVN. If you want, you can still keep them until Assignment 1 is
marked, just to be sure.
• To delete the directories, you will need to be in their parent directory,
and use the command rm -r primary secondary
• End of the lab.