FileMood

Download Lynda - SVN for Java Developers

Lynda SVN for Java Developers

Name

Lynda - SVN for Java Developers

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

649.2 MB

Total Files

108

Hash

65D35C75C4E3F36042263E8B1DFCF4EE38D94FED

/0. Introduction/

01. Welcome.mp4

20.4 MB

03. Exercise files.mp4

2.9 MB

02. What you should know.mp4

2.0 MB

03. Exercise files.en.srt

3.3 KB

01. Welcome.en.srt

2.0 KB

02. What you should know.en.srt

1.2 KB

/1. 1. Concepts and Terminology/

08. Merging, locking, and working with a team.mp4

24.1 MB

07. Checkout, commits, and revisions.mp4

23.4 MB

06. Trunks, tags, and branches.mp4

21.8 MB

05. Repositories - What where how.mp4

16.8 MB

04. Version control benefits - Backups, history, working in teams.mp4

10.9 MB

07. Checkout, commits, and revisions.en.srt

17.5 KB

06. Trunks, tags, and branches.en.srt

16.2 KB

08. Merging, locking, and working with a team.en.srt

14.7 KB

05. Repositories - What where how.en.srt

11.0 KB

04. Version control benefits - Backups, history, working in teams.en.srt

9.3 KB

/2. 2. Getting Started/

10. Your own server - Apache SVN on Mac.mp4

18.9 MB

11. Command line client.mp4

18.4 MB

13. SVN integration with Eclipse.mp4

16.6 MB

09. Your own server - VisualSVN on Windows.mp4

13.5 MB

14. Versions of SVN, forwards_backwards compatibility, and links.mp4

8.9 MB

12. TortoiseSVN on Windows.mp4

8.8 MB

11. Command line client.en.srt

12.6 KB

13. SVN integration with Eclipse.en.srt

10.6 KB

10. Your own server - Apache SVN on Mac.en.srt

10.1 KB

09. Your own server - VisualSVN on Windows.en.srt

8.5 KB

14. Versions of SVN, forwards_backwards compatibility, and links.en.srt

6.0 KB

12. TortoiseSVN on Windows.en.srt

6.0 KB

/3. 3. Connecting to a Project/

19. Create_connect using TortoiseSVN.mp4

20.1 MB

18. Create_connect using command line.mp4

18.8 MB

15. Create a new Java project in Eclipse.mp4

15.5 MB

16. Connect to an existing Java Project using Eclipse.mp4

12.2 MB

17. Deal with projects that move to a new location.mp4

10.2 MB

18. Create_connect using command line.en.srt

15.8 KB

19. Create_connect using TortoiseSVN.en.srt

12.9 KB

15. Create a new Java project in Eclipse.en.srt

10.7 KB

16. Connect to an existing Java Project using Eclipse.en.srt

8.8 KB

17. Deal with projects that move to a new location.en.srt

8.0 KB

/4. 4. Making Changes and Creating Branches/

27. Create_update_merge using command line.mp4

30.1 MB

26. Create_update_merge using TortoiseSVN.mp4

27.6 MB

24. Merge your branch back to trunk using Eclipse.mp4

21.4 MB

21. Update and synchronize.mp4

15.7 MB

20. Your first commit - Make a change, make a comment.mp4

13.1 MB

23. Update your branch with latest changes from trunk using Eclipse.mp4

12.6 MB

22. Create a branch using Eclipse.mp4

9.8 MB

25. Delete a branch using Eclipse.mp4

4.2 MB

27. Create_update_merge using command line.en.srt

22.6 KB

26. Create_update_merge using TortoiseSVN.en.srt

20.7 KB

24. Merge your branch back to trunk using Eclipse.en.srt

13.2 KB

21. Update and synchronize.en.srt

12.9 KB

23. Update your branch with latest changes from trunk using Eclipse.en.srt

8.6 KB

20. Your first commit - Make a change, make a comment.en.srt

8.0 KB

22. Create a branch using Eclipse.en.srt

6.9 KB

25. Delete a branch using Eclipse.en.srt

3.3 KB

/5. 5. Tracking Changes and Dealing with Conflicts/

31. Diff_conflicts_rollback using TortoiseSVN.mp4

36.6 MB

29. Find and fix conflicts using Eclipse.mp4

30.9 MB

32. Diff_conflicts_rollback using command line.mp4

28.0 MB

28. Visual diff and history using Eclipse.mp4

24.6 MB

30. Rolling back changes.mp4

21.9 MB

31. Diff_conflicts_rollback using TortoiseSVN.en.srt

25.2 KB

32. Diff_conflicts_rollback using command line.en.srt

18.5 KB

29. Find and fix conflicts using Eclipse.en.srt

17.5 KB

28. Visual diff and history using Eclipse.en.srt

15.5 KB

30. Rolling back changes.en.srt

14.2 KB

/6. 6. Creating a Release/

33. Releases and the trunk.mp4

17.2 MB

34. Branches and tags for snapshots using Eclipse.mp4

14.7 MB

36. Releases_snapshots_binaries using TortoiseSVN.mp4

14.3 MB

35. Save compiled code (binaries) in SVN using Eclipse.mp4

12.5 MB

37. Releases_snapshots_binaries using command line.mp4

4.8 MB

33. Releases and the trunk.en.srt

15.2 KB

34. Branches and tags for snapshots using Eclipse.en.srt

13.6 KB

36. Releases_snapshots_binaries using TortoiseSVN.en.srt

12.9 KB

35. Save compiled code (binaries) in SVN using Eclipse.en.srt

8.9 KB

37. Releases_snapshots_binaries using command line.en.srt

6.0 KB

/7. 7. Supplemental Resources/

38. Use SVN and git together.mp4

10.1 MB

39. Supplemental info and links.mp4

9.7 MB

38. Use SVN and git together.en.srt

9.4 KB

39. Supplemental info and links.en.srt

6.4 KB

/8. Conclusion/

40. Next steps.mp4

4.4 MB

40. Next steps.en.srt

2.7 KB

/Exercise Files/03_04/start/CmdLineProject/src/

test.java

0.0 KB

/Exercise Files/03_04/start/CmdLineProject/

.project

0.4 KB

/Exercise Files/03_05/start/TortoiseProject/src/

test.java

0.0 KB

/Exercise Files/03_05/start/TortoiseProject/

.project

0.4 KB

/Exercise Files/04_01/start/JavaFiles/com/example/donut/collection/

BoxOfDonuts.java

0.7 KB

/Exercise Files/04_01/start/JavaFiles/com/example/donut/cooker/

iDonutCooker.java

0.2 KB

/Exercise Files/04_01/start/JavaFiles/com/example/donut/

JellyDonut.java

0.6 KB

ChocolateDonut.java

0.6 KB

Cruller.java

0.5 KB

iDonut.java

0.3 KB

/Exercise Files/04_02/start/

GiantBoxOfDonuts.java

0.3 KB

/Exercise Files/04_04/start/

CinnamonDonut.java

0.5 KB

/Exercise Files/04_05/start/

GlazedDonut.java

0.5 KB

/Exercise Files/04_07/start/src/com/example/donut/collection/

BoxOfDonuts.java

0.7 KB

/Exercise Files/04_07/start/src/com/example/donut/cooker/

iDonutCooker.java

0.2 KB

/Exercise Files/04_07/start/src/com/example/donut/

JellyDonut.java

0.6 KB

ChocolateDonut.java

0.6 KB

Cruller.java

0.5 KB

iDonut.java

0.3 KB

/Exercise Files/04_07/start/

.project

0.4 KB

/Exercise Files/04_08/start/src/com/example/donut/collection/

BoxOfDonuts.java

0.7 KB

/Exercise Files/04_08/start/src/com/example/donut/cooker/

iDonutCooker.java

0.2 KB

/Exercise Files/04_08/start/src/com/example/donut/

JellyDonut.java

0.6 KB

ChocolateDonut.java

0.6 KB

Cruller.java

0.5 KB

iDonut.java

0.3 KB

/Exercise Files/04_08/start/

.project

0.4 KB

/Exercise Files/05_04/start/

JellyDonut.java

0.8 KB

 

Total files 108


Copyright © 2025 FileMood.com