Hi, developers,
I am new to xCode. Now I have a problem that has to do with svn and xcode, which goes like this:
I am building a java tool, which does some text processing on a large corpus (text files). All my corpus are on a remote host. I have been using SSH + Vim the whole time to hand-code everything. Now I really wanna use the wonderful xcode tool for development. But I don't wanna actually copying the corpus to my local machine. I'm thinking of setting up a SVN on the remote host. Then I could check out the code from the remote machine. But how do I deal with the corpus?
Can anyone give me some suggestions on what the best solution to this? Thanks.