Main /
PapersAs of June, 2013, Professor Lee's group uses the To check out the svn repository, use: svn co https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/16 ealpapers/16 The account name and password is your UCB EECS LDAP account name and password. If your login name on your machine is not the same as your UCB EECS LDAP password try: svn co --username yourusername https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/16 ealpapers/16 If you do not have a UCB EECS account and you have been invited to collaborate on a paper, then please email Christopher Brooks and he will set up an external account for you. If you are an external user: svn co --username yourusername@yourdomain.com https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/14 ealpapers/14 The ealpapers repository is hosted on the EECS Repository (https://repo.eecs.berkeley.edu) The repository can be accessed either via an EECS account or an external account. For details, see The EECS Repo Documentation. For details about writing papers, see How do I use LaTeX/Miktex to write papers? Creating a new folderFirst, check out the current year: svn co https://repo.eecs.berkeley.edu/svn/projects/eal/ealpapers/13 ealpapers/13 Go to the cd ealpapers/13 Create the directory for the paper: mkdir JournalOfIrreproducibleResults Add the folder: svn add JournalOfIrreproducibleResults Add files to the directory and then commit: (:source:) svn commit -m "My exciting new paper for the Journal of Irreproducible Results" JournalOfIrreproducibleResults Eclipse
|