# How do I add miscellaneous files to project

**URL:** https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951
**Category:** Classic Servoy
**Created:** [May 10, 2014, 2:50pm UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951 "2014-05-10T14:50:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![steve1376656734](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/steve1376656734/32/4613_2.png) [@steve1376656734](https://forum.servoy.com/u/steve1376656734)
#### Post date: [May 10, 2014, 2:50pm UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/1 "2014-05-10T14:50:12Z")

</div>

Hi,

I have a number of plain text files and word documents that I use as templates within my solution. I would like to add these to my Servoy project so that I can include them in my SVN repository and have them versioned and all the other good things that come with keeping things under source control. How can I add these files (which have .txt, .html and .dot file extensions) to my project within Servoy/Eclipse and if I can add them will it have any negative effects when I export my solution?

Thanks

Steve

---

<div class="post-metadata">

### Author: ![jasantana](https://avatars.discourse-cdn.com/v4/letter/j/e79b87/32.png) [@jasantana](https://forum.servoy.com/u/jasantana)
#### Post date: [May 11, 2014, 9:16am UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/2 "2014-05-11T09:16:34Z")

</div>

Hi Steve.  
What I use to do is have a module and use its media folder to store the files.  
If you are using Servoy 7 you can even create subfolders inside the media folder.  
I hope this helps

---

<div class="post-metadata">

### Author: ![mboegem](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/mboegem/32/4399_2.png) [@mboegem](https://forum.servoy.com/u/mboegem)
#### Post date: [May 11, 2014, 7:08pm UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/3 "2014-05-11T19:08:59Z")

</div>

> jasantana:  
> What I use to do is have a module and use its media folder to store the files.  
> If you are using Servoy 7 you can even create subfolders inside the media folder.

Make sure you don’t include this module when you export your solution.  
When you will do that, you will also import these files when starting clients after deployment…

---

<div class="post-metadata">

### Author: ![jasantana](https://avatars.discourse-cdn.com/v4/letter/j/e79b87/32.png) [@jasantana](https://forum.servoy.com/u/jasantana)
#### Post date: [May 12, 2014, 7:42am UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/4 "2014-05-12T07:42:47Z")

</div>

> mboegem:  
> Make sure you don’t include this module when you export your solution.  
> When you will do that, you will also import these files when starting clients after deployment deployment…

Sorry, I forgot to mention

---

<div class="post-metadata">

### Author: ![deezzub](https://avatars.discourse-cdn.com/v4/letter/d/dec6dc/32.png) [@deezzub](https://forum.servoy.com/u/deezzub)
#### Post date: [May 12, 2014, 8:43am UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/5 "2014-05-12T08:43:57Z")

</div>

> steve1376656734:  
> I have a number of plain text files and word documents that I use as templates within my solution. I would like to add these to my Servoy project so that I can include them in my SVN repository and have them versioned and all the other good things that come with keeping things under source control. How can I add these files (which have .txt, .html and .dot file extensions) to my project within Servoy/Eclipse and if I can add them will it have any negative effects when I export my solution?

You can use the Servoy (Eclipse) “Project Explorer” or “Navigator” (Window → Show View → General) to add files (New → Other → General → File). There you can also add the files to version control (Git, SVN etc.). You can also use tools like file explorers and [TortoiseGit](https://code.google.com/p/tortoisegit/) or [TortoiseSVN](http://tortoisesvn.tigris.org/) to add your files to the version control. Also you can use the [Git](https://msysgit.github.io/) and [SVN](https://subversion.apache.org/) command line tools to add the files to your project.

---

<div class="post-metadata">

### Author: ![steve1376656734](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/steve1376656734/32/4613_2.png) [@steve1376656734](https://forum.servoy.com/u/steve1376656734)
#### Post date: [May 12, 2014, 1:33pm UTC](https://forum.servoy.com/t/how-do-i-add-miscellaneous-files-to-project/17951/6 "2014-05-12T13:33:36Z")

</div>

Thanks all for your replies - I have opted for deezzub’s solution and it is working well so far - if I find any ‘gotchas’ I’ll post back here.
