It works! Commit it!

This is the home page for Bydek subversion (SVN). Once your code works, commit it to the relevant repository so that you can track your working versions and document.

If you are a user of this web site and don't have access to the repository, please contact the site's administrator at admin@bydek.com

Overview on how this SVN works

Here is some basics on how different actions on SVN affect your data:

Unchanged and current
  No change to file in working copy---> (commit would change nothing)
  No change to file in repository--->   (update would change nothing)

Locally changed and current
  File is changed in working copy--->   (commit would push changes)
  No change to file in repository--->   (update would change nothing)

Unchanged and out-of-date
  No change to file in working copy---> (commit would change nothing)
  File is change in repository--->      (update would pull changes)

Locally changed, and out-of-date
  File is changed in working copy--->   (commit would push changes)
  File is change in repository--->      (update would pull changes)
          

* Local (Checked Out) files on user system are called the working copy.

Index of Repositories

If you do not see a repository here that should be listed, please reach out to admin.

Reporting Problems

Please mail any issues to admin @ admin@bydek.com