AniDB:CSS DEV: Difference between revisions

3,088 bytes removed ,  3 June 2014
m
no edit summary
mNo edit summary
mNo edit summary
Line 12: Line 12:
If you only want to get the latest version of all files belonging to a particular style, you don't need to install an SVN client. A simpler approach would be to download the files from the SVN repository with your web browser.
If you only want to get the latest version of all files belonging to a particular style, you don't need to install an SVN client. A simpler approach would be to download the files from the SVN repository with your web browser.


To do that go to [http://dev.anidb.net/websvn/listing.php?repname=AniDB+CSS&path=%2Ftrunk%2Fcss%2F&rev=0&sc=0 http://dev.anidb.net/websvn/] and click the "tarball" link next to the style you want to download. You will need a compression program which can handle ".tar.gz" or ".tgz" files, but nowadays most tools support these formats.
To do that go to [https://git.anidb.net/anidb/svn/tree/master gitlab] and click the download link.


If you want to contribute your own styles, you will need to install an SVN client.
If you want to contribute your own styles, you will need to install a git client.


==Connecting to SVN==
==Connecting to GIT==
First thing you need is a client. You can of course use any SVN client you want, but we recommend [http://tortoisesvn.tigris.org/ Tortoise SVN] for windows user as it nicely integrates into Explorer and makes it, as such, very easy to use. After that you specify a dir on your HDD where you want to put the files and checkout the current CVS version.
[https://git.anidb.net/anidb/svn/tree/master Web]


If you don't like integration you could use [http://www.syntevo.com/smartsvn/ SmartSVN].
For Mac users we recommend [http://rapidsvn.tigris.org/ RapidSVN]. RapidSVN does not integrate with the Mac Finder as much as Tortoise does with Explorer. Instead it is a standalone application that you use to browse the files on the SVN server (Repository) as well as your local files (Working Copy).
By SVN Client: '''<tt>svn://dev.anidb.net/svn/trunk</tt>'''<br>
For write access contact an [[User:Mods|AniDB Mod]].
For write access contact an [[User:Mods|AniDB Mod]].


If you have further questions feel free to ask in {{irclink|anidb-dev}} or {{irclink|anidb}} or pm a mod.
If you have further questions feel free to ask in {{irclink|anidb-dev}} or {{irclink|anidb}}.
 
===SVN via Tortoise===
Here some tortoise specific notes.
 
After installing a version and having picked a dir, where to put your stuff right click in the new dir and select '''checkout''' In the following dialogue enter <tt>svn://dev.anidb.net/svn/trunk/</tt> in the URL field. This will download the whole content of the SVN to this dir. After this is done you will notice a green thingy in the file and dirname icons. (This means your local version matches the version in the SVN Once you edit any file it will turn red)
 
To add new content you can create new files and dirs like you are used via explorer. Editing the files can be done via any editor you want as well. You will notice no green thingy turning up for anything new you created. This means the file is not in the SVN and hence not recognized. You have to add them first. In the context menu you will find an option who would have guessed it named '''add'''. This only creates a placeholder in the SVN. No actual content is written yet.
Deleting things works the same way. You first have to delete the placeholder.
 
===SVN via RapidSVN===
To get started, run RapidSVN and go to '''Repository -&gt; Checkout''' and enter <tt>svn://dev.anidb.net/svn/trunk</tt> in the URL field and your desired local directory in the Destination Directory field.
 
You may now create/edit/delete any files or folders in your working copy dir. Any changes you make will be automatically recognized and highlighted in the RapidSVN file browser: items edited or deleted will have a red icon,  and items created will have a question mark icon. To add created items to the SVN right click on them and choose '''Add''' (or select them and hit '''cmd+A''').  Note that Adding only lets them be recognized by the SVN, it does not commit their creation to the server. To commit changes, select the files, right click and choose '''Commit'''. You will be given a dialogue box in which you may annotate what this commit entails. You may choose to leave this blank, but it's good practice to log your changes so others know what you've changed.


===Committing===
===Committing===
MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.