Testing lcVCS

A place to discuss Version Control in LiveCode

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Testing lcVCS

Post by monte » Wed Jan 15, 2014 11:31 pm

Hi folks

If you're keen to test lcVCS then here's a couple of good ways to test it:

1) Export your project and commit it so that `git status -u` shows working directory clean. Then Import then Export without making any changes to the stacks. The working directory should still be clean in `git status -u`.

2) Export your project and commit it so that `git status -u` shows working directory clean. Then Import and make some minor change to the stack like edit a script or change one property. Export and take a look at `git diff` to see if the diff reflects your minor changes.

Some other things I'm interested in are:
- Linux and Windows performance as testing there has been limited
- Using lcVCS with some VCS other than git (no testing done).

Cheers

Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply

Return to “Version Control”