1/1
SVN directory for a new project
by motilito on Feb 13, 2010 |
motilito
Posts: 17 Joined: Jun 10, 2008 Last seen: Sep 10, 2024 |
||
Hi,
I opened a new project and wanted to checkin the project files. It took me some time to find out that there is no repository for the new project. Can anyone tell me if I'm doing something wrong? Regards, Moti |
RE: SVN directory for a new project
by motilito on Feb 15, 2010 |
motilito
Posts: 17 Joined: Jun 10, 2008 Last seen: Sep 10, 2024 |
||
Problem solved!
Thanks anyway, Moti |
RE: SVN directory for a new project
by jt_eaton on Feb 15, 2010 |
jt_eaton
Posts: 142 Joined: Aug 18, 2008 Last seen: Sep 29, 2018 |
||
Problem solved!
Thanks anyway, Moti What did you do? John |
RE: SVN directory for a new project
by rfajardo on Mar 12, 2010 |
rfajardo
Posts: 306 Joined: Jun 12, 2008 Last seen: Jan 6, 2020 |
||
Hi there,
you generally have to: 1) check out your project on your file system: svn co http://opencores.org/ocsvn/minsoc/minsoc/trunk --username rfajardo minsoc 2) add files to it: cp to there, mv or using a file manager. 3) commit: svn ci I guess that's it pretty much. Best regards, Raul |
1/1